Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutionopencounts Structure

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionOpenCounts",
  "description": "Contains the counts of open tasks, child workflow executions and timers for a workflow execution.",
  "type": "object",
  "properties": [
    {
      "name": "openActivityTasks",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "openDecisionTasks",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "openTimers",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "openChildWorkflowExecutions",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "openLambdaFunctions",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}