Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecution Structure

Represents a workflow execution.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecution",
  "description": "Represents a workflow execution.",
  "type": "object",
  "properties": [
    {
      "name": "workflowId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "runId",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}