Amazon Simple Workflow Service · JSON Structure

Amazon Swf Responddecisiontaskcompletedinput Structure

Input data for a TaskCompleted response to a decision task.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "RespondDecisionTaskCompletedInput",
  "description": "Input data for a TaskCompleted response to a decision task.",
  "type": "object",
  "properties": [
    {
      "name": "taskToken",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "decisions",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "executionContext",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}