Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
during skipTaskFromWorkflow, decide is performed inside a lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindanr committed Sep 2, 2022
1 parent b17ede7 commit f6dbe62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ public void skipTaskFromWorkflow(
taskToBeSkipped.setOutputMessage(skipTaskRequest.getTaskOutputMessage());
}
executionDAOFacade.createTasks(Collections.singletonList(taskToBeSkipped));
decide(workflow);
decide(workflow.getWorkflowId());
}

public WorkflowModel getWorkflow(String workflowId, boolean includeTasks) {
Expand Down

0 comments on commit f6dbe62

Please sign in to comment.