Skip to content

Conversation

IvanKulik-sm
Copy link
Contributor

@IvanKulik-sm IvanKulik-sm commented Aug 18, 2025

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

Describe the new behavior from this PR, and why it's needed
Issue #

Alternatives considered

Describe alternative implementation you have considered

Copy link

codecov bot commented Aug 18, 2025

Codecov Report

❌ Patch coverage is 0.65359% with 152 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../orkes/conductor/client/http/WorkflowResource.java 0.00% 136 Missing ⚠️
...kes/conductor/client/http/OrkesWorkflowClient.java 0.00% 16 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
...nductor/common/metadata/workflow/WorkflowTask.java 76.86% <100.00%> (ø) 73.00 <1.00> (ø)
...kes/conductor/client/http/OrkesWorkflowClient.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../orkes/conductor/client/http/WorkflowResource.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

return resp.getData();
}

Workflow testWorkflow(WorkflowTestRequest req) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in OrkesWorkflowClient it was already there. Using Conductor WorkflowClient.

return resp.getData();
}

void deleteWorkflow(String workflowId, Boolean archiveWorkflow) {
Copy link
Contributor Author

@IvanKulik-sm IvanKulik-sm Aug 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already existed in OrkesWorkflowClient

client.execute(request);
}

void resumeWorkflow(String workflowId) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already exists in OrkesWorkflowClient

@IvanKulik-sm
Copy link
Contributor Author

@EugeneKisel-sm, Do you plan to cover workflow endpoints with e2e tests soon? Should I cover them with integration first?

@EugeneKisel-sm
Copy link
Collaborator

@IvanKulik-sm I do plan to cover all endpoints with e2e tests, but it is better to add at least 1 happy path integration test for every new endpoint

EugeneKisel-sm

This comment was marked as outdated.

Copy link
Collaborator

@EugeneKisel-sm EugeneKisel-sm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

return workflowResource.getExecutionStatus(workflowId, includeTasks, summarize);
}

public void jumpToTask(String workflowId, String taskReferenceName, Map<String, Object> input) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We officially do not support this. Lets remove.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants