Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowtype Structure

Represents a workflow type.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowType",
  "description": "Represents a workflow type.",
  "type": "object",
  "properties": [
    {
      "name": "name",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "version",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}