Class | AWS::SimpleWorkflow::HistoryEventCollection |
In: |
lib/aws/simple_workflow/history_event_collection.rb
|
Parent: | Object |
This collection represents the history events ({HistoryEvent}) for a single workflow execution.
See {Core::Collection} for documentation on the standard enumerable methods and their options.
workflow_execution | [R] | @return [WorkflowExectuion] |
@param [WorkflowExecution] The execution this history event
belongs to.
@param [Hash] options
@option options [Boolean] :reverse_order (false) When true,
history events are enumerated in reverse chronological order.
@return [WorkflowExecutionCollection] Returns a collection that
enumerates workflow executions in reverse order.