Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowtypeinfo Structure

Contains information about a workflow type.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowTypeInfo",
  "description": "Contains information about a workflow type.",
  "type": "object",
  "properties": [
    {
      "name": "workflowType",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "status",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "description",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "creationDate",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "deprecationDate",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}