Amazon Simple Workflow Service · JSON Structure

Amazon Swf Run Structure

Specifies the runId of a workflow execution.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Run",
  "description": "Specifies the <code>runId</code> of a workflow execution.",
  "type": "object",
  "properties": [
    {
      "name": "runId",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}