public interface ActionHistory
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName()
Returns the identifying name of this action or trigger.
|
java.util.Date |
getEnterTimestamp()
Returns the timestamp of when this action or trigger was encountered in the
execution flow.
|
java.util.Date |
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 |
getNamespace()
Returns the namespace of the flow chart containing this action or trigger.
|
long |
getRuntime()
Returns the difference between the start and exit timestamps in
milliseconds.
|
java.util.Date |
getStartTimestamp()
Returns the timestamp of when the execute() method was called on this
action, or if a trigger, when this trigger fired.
|
long |
getWaitTime()
Returns the difference in milliseconds between the enter and start
timestamps.
|
boolean |
isFinishedPrematurely()
Indicates whether the flow chart was removed from the engine before this
action finished.
|
java.lang.String getActionName()
java.util.Date getEnterTimestamp()
java.util.Date getExitTimestamp()
java.lang.String getNamespace()
long getRuntime()
java.util.Date getStartTimestamp()
long getWaitTime()
boolean isFinishedPrematurely()
© 2000-2025 Flux Corporation. All rights reserved.