Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutioncanceledeventattributes Structure

Provides the details of the WorkflowExecutionCanceled event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionCanceledEventAttributes",
  "description": "Provides the details of the <code>WorkflowExecutionCanceled</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "details",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "decisionTaskCompletedEventId",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}