Amazon Simple Workflow Service
API Reference (API Version 2012-01-25)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

StartChildWorkflowExecutionFailedEventAttributes

Description

Provides details of the StartChildWorkflowExecutionFailed event.

Contents

cause

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

control

Type: String

Length constraints: Minimum length of 0. Maximum length of 32768.

Required: No

decisionTaskCompletedEventId

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

initiatedEventId

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

workflowId

The workflowId of the child workflow execution.

Type: String

Length constraints: Minimum length of 1. Maximum length of 256.

Required: Yes

workflowType

The workflow type provided in the StartChildWorkflowExecution Decision that failed.

Type: WorkflowType object

Required: Yes