Amazon Simple Workflow Service · JSON Structure

Amazon Swf Startchildworkflowexecutionfailedeventattributes Structure

Provides the details of the StartChildWorkflowExecutionFailed event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

StartChildWorkflowExecutionFailedEventAttributes is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "StartChildWorkflowExecutionFailedEventAttributes",
  "description": "Provides the details of the <code>StartChildWorkflowExecutionFailed</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "workflowType",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "cause",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "workflowId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "initiatedEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "decisionTaskCompletedEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "control",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}