Amazon Simple Workflow Service · JSON Structure

Amazon Swf Requestcancelexternalworkflowexecutionfailedeventattributes Structure

Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "RequestCancelExternalWorkflowExecutionFailedEventAttributes",
  "description": "Provides the details of the <code>RequestCancelExternalWorkflowExecutionFailed</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "workflowId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "runId",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "cause",
      "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
    }
  ]
}