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_ID_KEY |
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 |
getNewWorkflowState() |
static StateObj |
getWorkflowEndState() |
static StateObj |
getWorkflowStartState() |
public static final java.lang.String WORKFLOW_STATE_KEY
public static final java.lang.String WORKFLOW_STATE_ID_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 StateObj getNewWorkflowState()
WORKFLOW_STATE_ID_KEY entry with a unique valuepublic static WorkflowSystemBuilder builder()