StartChildWorkflowExecutionFailedEventAttributes
Provides the details of the StartChildWorkflowExecutionFailed event.
Types
Properties
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecutionDecision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.
When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecutionDecision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.
The workflowId of the child workflow execution.
The workflow type provided in the StartChildWorkflowExecutionDecision that failed.