![]() |
![]()
| ![]() |
![]()
NAMEPaws::SimpleWorkflow::HistoryEvent USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SimpleWorkflow::HistoryEvent object: $service_obj->Method(Att1 => { ActivityTaskCanceledEventAttributes => $value, ..., WorkflowExecutionTimedOutEventAttributes => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SimpleWorkflow::HistoryEvent object: $result = $service_obj->Method(...); $result->Att1->ActivityTaskCanceledEventAttributes DESCRIPTIONEvent within a workflow execution. A history event can be one of these types:
ATTRIBUTESActivityTaskCanceledEventAttributes => Paws::SimpleWorkflow::ActivityTaskCanceledEventAttributesIf the event is of type "ActivityTaskCanceled" then this member is set and provides detailed information about the event. It isn't set for other event types. ActivityTaskCancelRequestedEventAttributes => Paws::SimpleWorkflow::ActivityTaskCancelRequestedEventAttributesIf the event is of type "ActivityTaskcancelRequested" then this member is set and provides detailed information about the event. It isn't set for other event types. ActivityTaskCompletedEventAttributes => Paws::SimpleWorkflow::ActivityTaskCompletedEventAttributesIf the event is of type "ActivityTaskCompleted" then this member is set and provides detailed information about the event. It isn't set for other event types. ActivityTaskFailedEventAttributes => Paws::SimpleWorkflow::ActivityTaskFailedEventAttributesIf the event is of type "ActivityTaskFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. ActivityTaskScheduledEventAttributes => Paws::SimpleWorkflow::ActivityTaskScheduledEventAttributesIf the event is of type "ActivityTaskScheduled" then this member is set and provides detailed information about the event. It isn't set for other event types. ActivityTaskStartedEventAttributes => Paws::SimpleWorkflow::ActivityTaskStartedEventAttributesIf the event is of type "ActivityTaskStarted" then this member is set and provides detailed information about the event. It isn't set for other event types. ActivityTaskTimedOutEventAttributes => Paws::SimpleWorkflow::ActivityTaskTimedOutEventAttributesIf the event is of type "ActivityTaskTimedOut" then this member is set and provides detailed information about the event. It isn't set for other event types. CancelTimerFailedEventAttributes => Paws::SimpleWorkflow::CancelTimerFailedEventAttributesIf the event is of type "CancelTimerFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. CancelWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::CancelWorkflowExecutionFailedEventAttributesIf the event is of type "CancelWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. ChildWorkflowExecutionCanceledEventAttributes => Paws::SimpleWorkflow::ChildWorkflowExecutionCanceledEventAttributesIf the event is of type "ChildWorkflowExecutionCanceled" then this member is set and provides detailed information about the event. It isn't set for other event types. ChildWorkflowExecutionCompletedEventAttributes => Paws::SimpleWorkflow::ChildWorkflowExecutionCompletedEventAttributesIf the event is of type "ChildWorkflowExecutionCompleted" then this member is set and provides detailed information about the event. It isn't set for other event types. ChildWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::ChildWorkflowExecutionFailedEventAttributesIf the event is of type "ChildWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. ChildWorkflowExecutionStartedEventAttributes => Paws::SimpleWorkflow::ChildWorkflowExecutionStartedEventAttributesIf the event is of type "ChildWorkflowExecutionStarted" then this member is set and provides detailed information about the event. It isn't set for other event types. ChildWorkflowExecutionTerminatedEventAttributes => Paws::SimpleWorkflow::ChildWorkflowExecutionTerminatedEventAttributesIf the event is of type "ChildWorkflowExecutionTerminated" then this member is set and provides detailed information about the event. It isn't set for other event types. ChildWorkflowExecutionTimedOutEventAttributes => Paws::SimpleWorkflow::ChildWorkflowExecutionTimedOutEventAttributesIf the event is of type "ChildWorkflowExecutionTimedOut" then this member is set and provides detailed information about the event. It isn't set for other event types. CompleteWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::CompleteWorkflowExecutionFailedEventAttributesIf the event is of type "CompleteWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. ContinueAsNewWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::ContinueAsNewWorkflowExecutionFailedEventAttributesIf the event is of type "ContinueAsNewWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. DecisionTaskCompletedEventAttributes => Paws::SimpleWorkflow::DecisionTaskCompletedEventAttributesIf the event is of type "DecisionTaskCompleted" then this member is set and provides detailed information about the event. It isn't set for other event types. DecisionTaskScheduledEventAttributes => Paws::SimpleWorkflow::DecisionTaskScheduledEventAttributesIf the event is of type "DecisionTaskScheduled" then this member is set and provides detailed information about the event. It isn't set for other event types. DecisionTaskStartedEventAttributes => Paws::SimpleWorkflow::DecisionTaskStartedEventAttributesIf the event is of type "DecisionTaskStarted" then this member is set and provides detailed information about the event. It isn't set for other event types. DecisionTaskTimedOutEventAttributes => Paws::SimpleWorkflow::DecisionTaskTimedOutEventAttributesIf the event is of type "DecisionTaskTimedOut" then this member is set and provides detailed information about the event. It isn't set for other event types. REQUIRED EventId => IntThe system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history. REQUIRED EventTimestamp => StrThe date and time when the event occurred. REQUIRED EventType => StrThe type of the history event. ExternalWorkflowExecutionCancelRequestedEventAttributes => Paws::SimpleWorkflow::ExternalWorkflowExecutionCancelRequestedEventAttributesIf the event is of type "ExternalWorkflowExecutionCancelRequested" then this member is set and provides detailed information about the event. It isn't set for other event types. ExternalWorkflowExecutionSignaledEventAttributes => Paws::SimpleWorkflow::ExternalWorkflowExecutionSignaledEventAttributesIf the event is of type "ExternalWorkflowExecutionSignaled" then this member is set and provides detailed information about the event. It isn't set for other event types. FailWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::FailWorkflowExecutionFailedEventAttributesIf the event is of type "FailWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. LambdaFunctionCompletedEventAttributes => Paws::SimpleWorkflow::LambdaFunctionCompletedEventAttributesProvides the details of the "LambdaFunctionCompleted" event. It isn't set for other event types. LambdaFunctionFailedEventAttributes => Paws::SimpleWorkflow::LambdaFunctionFailedEventAttributesProvides the details of the "LambdaFunctionFailed" event. It isn't set for other event types. LambdaFunctionScheduledEventAttributes => Paws::SimpleWorkflow::LambdaFunctionScheduledEventAttributesProvides the details of the "LambdaFunctionScheduled" event. It isn't set for other event types. LambdaFunctionStartedEventAttributes => Paws::SimpleWorkflow::LambdaFunctionStartedEventAttributesProvides the details of the "LambdaFunctionStarted" event. It isn't set for other event types. LambdaFunctionTimedOutEventAttributes => Paws::SimpleWorkflow::LambdaFunctionTimedOutEventAttributesProvides the details of the "LambdaFunctionTimedOut" event. It isn't set for other event types. MarkerRecordedEventAttributes => Paws::SimpleWorkflow::MarkerRecordedEventAttributesIf the event is of type "MarkerRecorded" then this member is set and provides detailed information about the event. It isn't set for other event types. RecordMarkerFailedEventAttributes => Paws::SimpleWorkflow::RecordMarkerFailedEventAttributesIf the event is of type "DecisionTaskFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. RequestCancelActivityTaskFailedEventAttributes => Paws::SimpleWorkflow::RequestCancelActivityTaskFailedEventAttributesIf the event is of type "RequestCancelActivityTaskFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. RequestCancelExternalWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::RequestCancelExternalWorkflowExecutionFailedEventAttributesIf the event is of type "RequestCancelExternalWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. RequestCancelExternalWorkflowExecutionInitiatedEventAttributes => Paws::SimpleWorkflow::RequestCancelExternalWorkflowExecutionInitiatedEventAttributesIf the event is of type "RequestCancelExternalWorkflowExecutionInitiated" then this member is set and provides detailed information about the event. It isn't set for other event types. ScheduleActivityTaskFailedEventAttributes => Paws::SimpleWorkflow::ScheduleActivityTaskFailedEventAttributesIf the event is of type "ScheduleActivityTaskFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. ScheduleLambdaFunctionFailedEventAttributes => Paws::SimpleWorkflow::ScheduleLambdaFunctionFailedEventAttributesProvides the details of the "ScheduleLambdaFunctionFailed" event. It isn't set for other event types. SignalExternalWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::SignalExternalWorkflowExecutionFailedEventAttributesIf the event is of type "SignalExternalWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. SignalExternalWorkflowExecutionInitiatedEventAttributes => Paws::SimpleWorkflow::SignalExternalWorkflowExecutionInitiatedEventAttributesIf the event is of type "SignalExternalWorkflowExecutionInitiated" then this member is set and provides detailed information about the event. It isn't set for other event types. StartChildWorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::StartChildWorkflowExecutionFailedEventAttributesIf the event is of type "StartChildWorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. StartChildWorkflowExecutionInitiatedEventAttributes => Paws::SimpleWorkflow::StartChildWorkflowExecutionInitiatedEventAttributesIf the event is of type "StartChildWorkflowExecutionInitiated" then this member is set and provides detailed information about the event. It isn't set for other event types. StartLambdaFunctionFailedEventAttributes => Paws::SimpleWorkflow::StartLambdaFunctionFailedEventAttributesProvides the details of the "StartLambdaFunctionFailed" event. It isn't set for other event types. StartTimerFailedEventAttributes => Paws::SimpleWorkflow::StartTimerFailedEventAttributesIf the event is of type "StartTimerFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. TimerCanceledEventAttributes => Paws::SimpleWorkflow::TimerCanceledEventAttributesIf the event is of type "TimerCanceled" then this member is set and provides detailed information about the event. It isn't set for other event types. TimerFiredEventAttributes => Paws::SimpleWorkflow::TimerFiredEventAttributesIf the event is of type "TimerFired" then this member is set and provides detailed information about the event. It isn't set for other event types. TimerStartedEventAttributes => Paws::SimpleWorkflow::TimerStartedEventAttributesIf the event is of type "TimerStarted" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionCanceledEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionCanceledEventAttributesIf the event is of type "WorkflowExecutionCanceled" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionCancelRequestedEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionCancelRequestedEventAttributesIf the event is of type "WorkflowExecutionCancelRequested" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionCompletedEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionCompletedEventAttributesIf the event is of type "WorkflowExecutionCompleted" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionContinuedAsNewEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionContinuedAsNewEventAttributesIf the event is of type "WorkflowExecutionContinuedAsNew" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionFailedEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionFailedEventAttributesIf the event is of type "WorkflowExecutionFailed" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionSignaledEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionSignaledEventAttributesIf the event is of type "WorkflowExecutionSignaled" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionStartedEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionStartedEventAttributesIf the event is of type "WorkflowExecutionStarted" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionTerminatedEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionTerminatedEventAttributesIf the event is of type "WorkflowExecutionTerminated" then this member is set and provides detailed information about the event. It isn't set for other event types. WorkflowExecutionTimedOutEventAttributes => Paws::SimpleWorkflow::WorkflowExecutionTimedOutEventAttributesIf the event is of type "WorkflowExecutionTimedOut" then this member is set and provides detailed information about the event. It isn't set for other event types. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SimpleWorkflow BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|