Package io.nflow.engine.workflow.definition
Classes and interfaces for describing and implementing workflow definitions.
-
Interface Summary Interface Description StateExecution Provides access to workflow instance information.WorkflowState Provides access to the workflow state information. -
Class Summary Class Description Mutable<T> Wrapper class to provide mutable object for immutable value.NextAction WorkflowDefinition The base class for all workflow definitions.WorkflowDefinitionStatistics WorkflowSettings Configuration for the workflow execution.WorkflowSettings.Builder Builder for workflow settings. -
Enum Summary Enum Description WorkflowStateType Workflow state types. -
Annotation Types Summary Annotation Type Description NonRetryable When a state method throws an exception annotated with this annotation, it is not retried by nFlow engine.StateVar Used for state handler method parameters.