public interface ActionStatus
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName()
Returns the identifying name of this action or trigger.
|
long |
getActionPk()
Returns the action PK of the selected action.
|
java.lang.String |
getEnterTimestamp()
Returns the timestamp of when this action or trigger was encountered in the
execution flow.
|
java.lang.String |
getExecutionTimestamp()
The timestamp of when this action is next scheduled to fire.
|
java.lang.String |
getExitTimestamp()
The timestamp of when this action completed execution, or if a trigger,
when the execute() method completed after the trigger fired.
|
java.lang.String |
getFlowChartCreation()
The timestamp of when this action's flowchart was added to the engine.
|
java.lang.String |
getMessage()
Returns the current message associated with the action within the context of
this workflow (i.e., its namespace).
|
java.lang.String |
getNamespace()
Returns the namespace of the flow chart containing this action or trigger.
|
long |
getRunId()
Returns the runId (the ready PK) of the executing flowchart.
|
long |
getRuntime()
Returns the difference between the action start and exit timestamps in
milliseconds.
|
java.lang.String |
getStatus()
Returns the current substate of the action within the context of
this workflow (i.e., its namespace).
|
long |
getWaitTime()
Returns the difference in milliseconds between the enter and start
timestamps.
|
java.lang.String |
getWorkflowEnterTimestamp()
Returns the timestamp of when this workflow started its run.
|
java.lang.String |
getWorkflowExitTimestamp()
Returns the timestamp of when this workflow started its run.
|
java.lang.String getActionName()
java.lang.String getNamespace()
long getRunId()
long getActionPk()
java.lang.String getEnterTimestamp()
java.lang.String getExitTimestamp()
java.lang.String getFlowChartCreation()
java.lang.String getExecutionTimestamp()
java.lang.String getWorkflowEnterTimestamp()
java.lang.String getWorkflowExitTimestamp()
long getRuntime()
long getWaitTime()
java.lang.String getStatus()
java.lang.String getMessage()
© 2000-2025 Flux Corporation. All rights reserved.