lib/aws/simple_workflow.rb in aws-sdk-1.17.0 vs lib/aws/simple_workflow.rb in aws-sdk-1.18.0

- old
+ new

@@ -179,10 +179,10 @@ # # You might want to view the event history for a running workflow # execution. You can get a workflow execution by its workflow # id (you may optionally provide the run id as well). # - # execution = domain.workflow_executions['workflow-id'] + # execution = domain.workflow_executions['workflow-id', 'run-id'] # execution.events.each do |event| # puts event.attributes.to_h.inspect # end # # See {HistoryEvent} and {HistoryEvent::Attributes} for more information.