AWS Step Functions · JSON Structure

Step Functions Maprunexecutioncounts Structure

Contains details about all of the child workflow executions started by a Map Run.

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Maprunexecutioncounts Structure is a JSON Structure definition published by AWS Step Functions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "MapRunExecutionCounts",
  "type": "object",
  "description": "Contains details about all of the child workflow executions started by a Map Run.",
  "fields": [
    {
      "name": "pending",
      "type": "string"
    },
    {
      "name": "running",
      "type": "string"
    },
    {
      "name": "succeeded",
      "type": "string"
    },
    {
      "name": "failed",
      "type": "string"
    },
    {
      "name": "timedOut",
      "type": "string"
    },
    {
      "name": "aborted",
      "type": "string"
    },
    {
      "name": "total",
      "type": "string"
    },
    {
      "name": "resultsWritten",
      "type": "string"
    }
  ]
}