Amazon Simple Workflow Service · JSON Structure

Amazon Swf History Structure

Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "History",
  "description": "Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.",
  "type": "object",
  "properties": [
    {
      "name": "events",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "nextPageToken",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}