You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/workflows.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -366,9 +366,12 @@ public class WorkflowExplicitInvocationReconciler
366
366
}
367
367
368
368
```
369
+
See related [integration test](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/WorkflowExplicitInvocationIT.java).
370
+
369
371
370
372
For `cleanup`, if the `Cleaner` interface is implemented, the `cleanupManageWorkflow()` needs to be called explicitly.
371
-
However, if `Cleaner` interface is not implemented, it will be called implicitly.
373
+
However, if `Cleaner` interface is not implemented, it will be called implicitly.
374
+
See related [integration test](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/WorkflowExplicitCleanupIT.java).
372
375
373
376
Nothing prevents calling the workflow multiple times in a reconciler, however it is meant to be called at most once.
0 commit comments