| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Provides details of the WorkflowExecutionTerminated event.
If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.
Type: String
Valid Values: CHILD_POLICY_APPLIED | EVENT_LIMIT_EXCEEDED | OPERATOR_INITIATED
Required: No
The policy used for the child workflow executions of this workflow execution. The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it
receives an execution history with this event.
Type: String
Valid Values: TERMINATE | REQUEST_CANCEL | ABANDON
Required: Yes
The details provided for the termination (if any).
Type: String
Length constraints: Minimum length of 0. Maximum length of 32768.
Required: No
The reason provided for the termination (if any).
Type: String
Length constraints: Minimum length of 0. Maximum length of 256.
Required: No