| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Contains information about a workflow execution.
Set to true if a cancellation is requested for this workflow execution.
Type: Boolean
Required: No
If the execution status is closed then this specifies how the execution was closed:
Type: String
Valid Values: COMPLETED | FAILED | CANCELED | TERMINATED | CONTINUED_AS_NEW | TIMED_OUT
Required: No
The time when the workflow execution was closed. Set only if the execution status is CLOSED.
Type: DateTime
Required: No
The workflow execution this information is about.
Type: WorkflowExecution object
Required: Yes
The current status of the execution.
Type: String
Valid Values: OPEN | CLOSED
Required: Yes
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
Type: WorkflowExecution object
Required: No
The time when the execution was started.
Type: DateTime
Required: Yes
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.
Type: array of Strings
Length constraints: Minimum of 0 item(s) in the list. Maximum of 5 item(s) in the list.
Required: No
The type of the workflow execution.
Type: WorkflowType object
Required: Yes