Amazon Simple Workflow Service · JSON Structure

Amazon Swf Activitytaskstatus Structure

Status information about an activity task.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ActivityTaskStatus",
  "description": "Status information about an activity task.",
  "type": "object",
  "properties": [
    {
      "name": "cancelRequested",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}