Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutioncancelrequestedeventattributes Structure

Provides the details of the WorkflowExecutionCancelRequested event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionCancelRequestedEventAttributes",
  "description": "Provides the details of the <code>WorkflowExecutionCancelRequested</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "externalWorkflowExecution",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "externalInitiatedEventId",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "cause",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}