Uses of Class
org.chenile.workflow.service.stmcmds.AbstractSTMTransitionAction
Packages that use AbstractSTMTransitionAction
Package
Description
Workflow entry, exit commands etc.
-
Uses of AbstractSTMTransitionAction in org.chenile.orchestrator.process.service.cmds
Subclasses of AbstractSTMTransitionAction in org.chenile.orchestrator.process.service.cmdsModifier and TypeClassDescriptionclassContains customized logic for the transition.classContains customized logic for the transition.classContains customized logic for the transition.classclassDefaultSTMTransitionAction<PayloadType extends MinimalPayload>This class is invoked if no specific transition action is specified Extend this class to do generic things that are relevant for all actions in the workflowclassContains customized logic for the transition.classThis is called if this process is done with errors.classSplitDoneAction handles both splitPartiallyDone and splitDone events.classContains customized logic for the transition.classclassIf subprocess is done successfully, then we should increment the num of completed sub processes.class -
Uses of AbstractSTMTransitionAction in org.chenile.workflow.service.stmcmds
Subclasses of AbstractSTMTransitionAction in org.chenile.workflow.service.stmcmdsModifier and TypeClassDescriptionclassSecondSTMTransitionAction<StateEntityType extends StateEntity, PayloadType>This class also supports the notion of a chain of transition actions that can be attached to the same event.