Amazon Simple Workflow Service · JSON Structure

Amazon Swf Childworkflowexecutionterminatedeventattributes Structure

Provides the details of the ChildWorkflowExecutionTerminated event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ChildWorkflowExecutionTerminatedEventAttributes",
  "description": "Provides the details of the <code>ChildWorkflowExecutionTerminated</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "workflowExecution",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "workflowType",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "initiatedEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "startedEventId",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}