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 a46c94d commit 5887fbcCopy full SHA for 5887fbc
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/Controller.java
@@ -195,7 +195,7 @@ public DeleteControl execute() throws Exception {
195
196
// The cleanup is called also when explicit invocation is true, but the cleaner is not
197
// implemented
198
- if (managedWorkflow.hasCleaner() || !explicitWorkflowInvocation) {
+ if (managedWorkflow.hasCleaner() && !explicitWorkflowInvocation) {
199
workflowCleanupResult = managedWorkflow.cleanup(resource, context);
200
}
201
0 commit comments