public class Workflows
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WORKFLOW_DONE |
static java.lang.String |
WORKFLOW_STATE_KEY |
static java.lang.String |
WORKFLOW_STATE_STARTED |
Constructor and Description |
---|
Workflows() |
Modifier and Type | Method and Description |
---|---|
static WorkflowSystemBuilder |
builder() |
static StateObj |
getWorkflowEndState() |
static StateObj |
getWorkflowStartState() |
public static final java.lang.String WORKFLOW_STATE_KEY
public static final java.lang.String WORKFLOW_STATE_STARTED
public static final java.lang.String WORKFLOW_DONE
public static StateObj getWorkflowEndState()
public static StateObj getWorkflowStartState()
public static WorkflowSystemBuilder builder()