| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Provides details of the StartChildWorkflowExecutionFailed event.
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes.
Note
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
Type: String
Valid Values: WORKFLOW_TYPE_DOES_NOT_EXIST | WORKFLOW_TYPE_DEPRECATED | OPEN_CHILDREN_LIMIT_EXCEEDED | OPEN_WORKFLOWS_LIMIT_EXCEEDED | CHILD_CREATION_RATE_EXCEEDED | WORKFLOW_ALREADY_RUNNING | DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED | DEFAULT_TASK_LIST_UNDEFINED | DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED | DEFAULT_CHILD_POLICY_UNDEFINED | OPERATION_NOT_PERMITTED
Required: Yes
Type: String
Length constraints: Minimum length of 0. Maximum length of 32768.
Required: No
The id of the DecisionTaskCompleted event corresponding to the decision task that
resulted in the StartChildWorkflowExecution
Decision to request this child workflow execution.
This information can be useful for diagnosing problems by tracing back the cause of events.
Type: Long
Required: Yes
The id of the StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution
Decision to start this child workflow execution.
This information can be useful for diagnosing problems by tracing back the chain of events leading
up to this event.
Type: Long
Required: Yes
The workflowId of the child workflow execution.
Type: String
Length constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
The workflow type provided in the StartChildWorkflowExecution
Decision that failed.
Type: WorkflowType object
Required: Yes