Amazon Simple Workflow Service · JSON Structure

Amazon Swf Activitytask Structure

Unit of work sent to an activity worker.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ActivityTask",
  "description": "Unit of work sent to an activity worker.",
  "type": "object",
  "properties": [
    {
      "name": "taskToken",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "activityId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "startedEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "workflowExecution",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "activityType",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "input",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}