Amazon Simple Workflow Service · JSON Structure

Amazon Swf Respondactivitytaskcompletedinput Structure

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "RespondActivityTaskCompletedInput",
  "description": "",
  "type": "object",
  "properties": [
    {
      "name": "taskToken",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "result",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}