WorkflowExecutionInfo

Contains information about a workflow execution.

AutomationTask CoordinationWorkflows

Properties

Name Type Description
execution object
workflowType object
startTimestamp object
closeTimestamp object
executionStatus object
closeStatus object
parent object
tagList object
cancelRequested object
View JSON Schema on GitHub

JSON Schema

amazon-swf-workflowexecutioninfo-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "execution",
    "workflowType",
    "startTimestamp",
    "executionStatus"
  ],
  "properties": {
    "execution": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowExecution"
        },
        {
          "description": "The workflow execution this information is about."
        }
      ]
    },
    "workflowType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowType"
        },
        {
          "description": "The type of the workflow execution."
        }
      ]
    },
    "startTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time when the execution was started."
        }
      ]
    },
    "closeTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time when the workflow execution was closed. Set only if the execution status is CLOSED."
        }
      ]
    },
    "executionStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExecutionStatus"
        },
        {
          "description": "The current status of the execution."
        }
      ]
    },
    "closeStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloseStatus"
        },
        {
          "description": "<p>If the execution status is closed then this specifies how the execution was closed:</p> <ul> <li> <p> <code>COMPLETED</code> \u2013 the execution was successfully completed.</p> </li> <li> <p> <code>CANCELED</code> \u2013 the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.</p> </li> <li> <p> <code>TERMINATED</code> \u2013 the execution was force terminated.</p> </li> <li> <p> <code>FAILED</code> \u2013 the execution failed to complete.</p> </li> <li> <p> <code>TIMED_OUT</code> \u2013 the execution did not complete in the alloted time and was automatically timed out.</p> </li> <li> <p> <code>CONTINUED_AS_NEW</code> \u2013 the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.</p> </li> </ul>"
        }
      ]
    },
    "parent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowExecution"
        },
        {
          "description": "If this workflow execution is a child of another execution then contains the workflow execution that started this execution."
        }
      ]
    },
    "tagList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags."
        }
      ]
    },
    "cancelRequested": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Canceled"
        },
        {
          "description": "Set to true if a cancellation is requested for this workflow execution."
        }
      ]
    }
  },
  "description": "Contains information about a workflow execution.",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WorkflowExecutionInfo"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-swf-workflowexecutioninfo"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.