Uses of Package
org.chenile.workflow.service.stmcmds
Packages that use org.chenile.workflow.service.stmcmds
Package
Description
Workflow entry, exit commands etc.
-
Classes in org.chenile.workflow.service.stmcmds used by org.chenile.orchestrator.process.configurationClassDescriptionSelects the body type of the
ChenileExchangebased on the event Id passed This should be used as the body type selector for theStateEntityServiceImpl.process(org.chenile.stm.StateEntity, String, Object)method.Resolves bean name for the various STM components (such as TransitionActions, Automatic State Computations and Post Save Hooks) in Spring using the event ID and a prefix specific to the workflow. -
-
-
Classes in org.chenile.workflow.service.stmcmds used by org.chenile.workflow.service.stmcmdsClassDescription
STMTransitionActionuses Object as a payload type.This class also supports the notion of a chain of transition actions that can be attached to the same event.Resolves bean name for the various STM components (such as TransitionActions, Automatic State Computations and Post Save Hooks) in Spring using the event ID and a prefix specific to the workflow.