Skip to content

Commit 687ead7

Browse files
committed
docs
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 12f5d63 commit 687ead7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: docs/documentation/workflows.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,12 @@ public class WorkflowExplicitInvocationReconciler
366366
}
367367

368368
```
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+
369371

370372
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).
372375

373376
Nothing prevents calling the workflow multiple times in a reconciler, however it is meant to be called at most once.
374377

0 commit comments

Comments
 (0)