Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutioncompletedeventattributes Structure

Provides the details of the WorkflowExecutionCompleted event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

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