An individual event in the history
An individual event in the history
The type of the workflow step
An identifier for the logical step. This is not unique in the history. All events related to a particular activity will share the same id.
The particular kind of event it is.
The result of the event (SUCCESS, FAILED, TIMED_OUT, etc, etc).
The start time of the individual activity (time since it was scheduled).
The end time of the individual activity (if it has completed, timed out, failed, etc.)
The amount of time since the logical step was first scheduled.
A roll-up of the history and current state of a workflow.
A roll-up of the history and current state of a workflow.
The type of the workflow input.
The type of the workflow steps
The input to the workflow
A list (in order) of the parsed history of the workflow execution.
Any outstanding timers which have not been handled.
static factory for parsing SWF histories into our StepsHistory
.
static factory for parsing SWF histories into our StepsHistory
.