Uses of Class
io.nflow.engine.workflow.definition.NextAction
-
Packages that use NextAction Package Description io.nflow.engine.listener Classes and interfaces for implementing workflow executor listeners.io.nflow.engine.workflow.curated io.nflow.engine.workflow.definition Classes and interfaces for describing and implementing workflow definitions. -
-
Uses of NextAction in io.nflow.engine.listener
Fields in io.nflow.engine.listener declared as NextAction Modifier and Type Field Description NextActionWorkflowExecutorListener.ListenerContext. nextActionThe action to be taken after workflow state execution.Methods in io.nflow.engine.listener that return NextAction Modifier and Type Method Description NextActionListenerChain. next(WorkflowExecutorListener.ListenerContext context)Return the next listener in the chain.default NextActionWorkflowExecutorListener. process(WorkflowExecutorListener.ListenerContext listenerContext, ListenerChain chain)Processing chain. -
Uses of NextAction in io.nflow.engine.workflow.curated
-
Uses of NextAction in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return NextAction Modifier and Type Method Description static NextActionNextAction. moveToState(WorkflowState nextState, String reason)Schedule processing of statenextStateimmediately.static NextActionNextAction. moveToStateAfter(WorkflowState nextState, org.joda.time.DateTime activation, String reason)Schedule processing of statenextStateat timeactivation.static NextActionNextAction. retryAfter(org.joda.time.DateTime activation, String reason)Schedule retry for current state at timeactivation.static NextActionNextAction. stopInState(WorkflowState finalState, String reason)Set next state tofinalStateand do not schedule its processing.Methods in io.nflow.engine.workflow.definition with parameters of type NextAction Modifier and Type Method Description booleanWorkflowDefinition. isAllowedNextAction(WorkflowInstance instance, NextAction nextAction)Return true if the given nextAction is permitted for given instance.
-