Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutioninfos Structure

Contains a paginated list of information about workflow executions.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionInfos",
  "description": "Contains a paginated list of information about workflow executions.",
  "type": "object",
  "properties": [
    {
      "name": "executionInfos",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "nextPageToken",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}