Run

Specifies the runId of a workflow execution.

AutomationTask CoordinationWorkflow

Properties

Name Type Description
runId object
View JSON Schema on GitHub

JSON Schema

amazon-swf-run-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "runId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowRunId"
        },
        {
          "description": "The <code>runId</code> of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain."
        }
      ]
    }
  },
  "description": "Specifies the <code>runId</code> of a workflow execution.",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Run"
}