Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutioncount Structure

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionCount",
  "description": "Contains the count of workflow executions returned from <a>CountOpenWorkflowExecutions</a> or <a>CountClosedWorkflowExecutions</a> ",
  "type": "object",
  "properties": [
    {
      "name": "count",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "truncated",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}