public class WorkflowInstanceAction extends ModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowInstanceAction.Builder
The builder for a workflow instance action.
|
static class |
WorkflowInstanceAction.WorkflowActionType
Describes the trigger for the action.
|
| Modifier and Type | Field and Description |
|---|---|
org.joda.time.DateTime |
executionEnd
The end time of the execution of the state.
|
org.joda.time.DateTime |
executionStart
The start time of the execution of the state.
|
int |
executorId
The id for executor that processed this state.
|
long |
id
The action id (generated by database).
|
int |
retryNo
The retry attempt number.
|
String |
state
The workflow state before the execution.
|
String |
stateText
The description of the action taken in this state.
|
WorkflowInstanceAction.WorkflowActionType |
type
The type of action.
|
Map<String,String> |
updatedStateVariables
State variables that were updated in this state.
|
long |
workflowInstanceId
The workflow instance identifier.
|
public long id
public final long workflowInstanceId
public final int executorId
public final WorkflowInstanceAction.WorkflowActionType type
public final String state
public final String stateText
public final Map<String,String> updatedStateVariables
public final int retryNo
public final org.joda.time.DateTime executionStart
public final org.joda.time.DateTime executionEnd
Copyright © 2014–2020 Nitor Creations. All rights reserved.