Uses of Class
io.serverlessworkflow.api.functions.SubFlowRef.OnParentComplete
-
Packages that use SubFlowRef.OnParentComplete Package Description io.serverlessworkflow.api.functions -
-
Uses of SubFlowRef.OnParentComplete in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return SubFlowRef.OnParentComplete Modifier and Type Method Description static SubFlowRef.OnParentComplete
SubFlowRef.OnParentComplete. fromValue(String value)
SubFlowRef.OnParentComplete
SubFlowRef. getOnParentComplete()
If invoke is 'async', specifies how subflow execution should behave when parent workflow completes.static SubFlowRef.OnParentComplete
SubFlowRef.OnParentComplete. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubFlowRef.OnParentComplete[]
SubFlowRef.OnParentComplete. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.serverlessworkflow.api.functions with parameters of type SubFlowRef.OnParentComplete Modifier and Type Method Description void
SubFlowRef. setOnParentComplete(SubFlowRef.OnParentComplete onParentComplete)
If invoke is 'async', specifies how subflow execution should behave when parent workflow completes.SubFlowRef
SubFlowRef. withOnParentComplete(SubFlowRef.OnParentComplete onParentComplete)
-