public static class WorkflowExecutorListener.ListenerContext extends ModelObject
| Modifier and Type | Field and Description |
|---|---|
Map<Object,Object> |
data
Stateless listeners can use data to pass information between listener
stages.
|
AbstractWorkflowDefinition<?> |
definition
The definition of the workflow.
|
WorkflowInstance |
instance
The workflow instance.
|
NextAction |
nextAction
The action to be taken after workflow state execution.
|
String |
originalState
The name of the state of the workflow instance before processing.
|
org.joda.time.DateTime |
start
The time when the listener context was created.
|
StateExecution |
stateExecution
The access point for the workflow instance-specific information.
|
| Constructor and Description |
|---|
ListenerContext(AbstractWorkflowDefinition<?> definition,
WorkflowInstance instance,
StateExecution stateExecution) |
public final org.joda.time.DateTime start
public final AbstractWorkflowDefinition<?> definition
public final String originalState
public final WorkflowInstance instance
public final StateExecution stateExecution
public NextAction nextAction
public ListenerContext(AbstractWorkflowDefinition<?> definition, WorkflowInstance instance, StateExecution stateExecution)
Copyright © 2014–2020 Nitor Creations. All rights reserved.