Amazon Simple Workflow Service · JSON Structure

Amazon Swf Childworkflowexecutioncanceledeventattributes Structure

Provide details of the ChildWorkflowExecutionCanceled event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

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