We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f7d97 commit c2d039fCopy full SHA for c2d039f
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/Controller.java
@@ -194,7 +194,8 @@ public DeleteControl execute() throws Exception {
194
WorkflowCleanupResult workflowCleanupResult = null;
195
196
// The cleanup is called also when explicit invocation is true, but the cleaner is not
197
- // implemented
+ // implemented, also in case when explicit invocation is false, but there is cleaner
198
+ // implemented.
199
if (managedWorkflow.hasCleaner() && (!explicitWorkflowInvocation || !isCleaner)) {
200
workflowCleanupResult = managedWorkflow.cleanup(resource, context);
201
}
0 commit comments