![]() |
![]()
| ![]() |
![]()
NAMEPaws::SimpleWorkflow::WorkflowExecutionInfo 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::WorkflowExecutionInfo object: $service_obj->Method(Att1 => { CancelRequested => $value, ..., WorkflowType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SimpleWorkflow::WorkflowExecutionInfo object: $result = $service_obj->Method(...); $result->Att1->CancelRequested DESCRIPTIONContains information about a workflow execution. ATTRIBUTESCancelRequested => BoolSet to true if a cancellation is requested for this workflow execution. CloseStatus => StrIf the execution status is closed then this specifies how the execution was closed:
CloseTimestamp => StrThe time when the workflow execution was closed. Set only if the execution status is CLOSED. REQUIRED Execution => Paws::SimpleWorkflow::WorkflowExecutionThe workflow execution this information is about. REQUIRED ExecutionStatus => StrThe current status of the execution. Parent => Paws::SimpleWorkflow::WorkflowExecutionIf this workflow execution is a child of another execution then contains the workflow execution that started this execution. REQUIRED StartTimestamp => StrThe time when the execution was started. TagList => ArrayRef[Str|Undef]The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags. REQUIRED WorkflowType => Paws::SimpleWorkflow::WorkflowTypeThe type of the workflow execution. 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>
|