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

Commit

Permalink
Release lock before delete on completeWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorebanala committed Aug 29, 2019
1 parent 33a4ae0 commit fddbb3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ void completeWorkflow(Workflow wf) {
workflowStatusListener.onWorkflowCompleted(workflow);
}

executionLockService.releaseLock(workflow.getWorkflowId());
executionLockService.deleteLock(workflow.getWorkflowId());
}

Expand Down

0 comments on commit fddbb3d

Please sign in to comment.