Interface FlowControl
-
- All Known Implementing Classes:
FlowController
public interface FlowControlControl workflow execution behavior
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTATUS_FAILEDstatic java.lang.StringSTATUS_SUCCEEDED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidContinue()execution continuesvoidHalt(boolean success)execution halts with success or failurevoidHalt(java.lang.String statusString)execution halts with custom status
-
-
-
Field Detail
-
STATUS_SUCCEEDED
static final java.lang.String STATUS_SUCCEEDED
- See Also:
- Constant Field Values
-
STATUS_FAILED
static final java.lang.String STATUS_FAILED
- See Also:
- Constant Field Values
-
-