Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
  • Loading branch information
csviri committed Feb 4, 2025
1 parent 51f7d97 commit c2d039f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ public DeleteControl execute() throws Exception {
WorkflowCleanupResult workflowCleanupResult = null;

// The cleanup is called also when explicit invocation is true, but the cleaner is not
// implemented
// implemented, also in case when explicit invocation is false, but there is cleaner
// implemented.
if (managedWorkflow.hasCleaner() && (!explicitWorkflowInvocation || !isCleaner)) {
workflowCleanupResult = managedWorkflow.cleanup(resource, context);
}
Expand Down

0 comments on commit c2d039f

Please sign in to comment.