public interface FlowNodeState extends State<SFlowNodeInstance>
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSystemComment(SFlowNodeInstance flowNodeInstance)
Add a system comment "User XYZ has XYZ(state change) task XYZ(task name)"
|
boolean |
mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
Return true if flowNodeInstance instance of SHumanTaskInstance
|
boolean |
shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
execute, getId, getName, getStateCategory, hit, isInterrupting, isStable, isTerminalboolean shouldExecuteState(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance) throws SActivityExecutionException
processDefinition - flowNodeInstance - SActivityExecutionExceptionboolean mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
flowNodeInstance - java.lang.String getSystemComment(SFlowNodeInstance flowNodeInstance)
flowNodeInstance -