Amazon Simple Workflow Service · JSON Structure

Amazon Swf Terminateworkflowexecutioninput Structure

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "TerminateWorkflowExecutionInput",
  "description": "",
  "type": "object",
  "properties": [
    {
      "name": "domain",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "workflowId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "runId",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "reason",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "details",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "childPolicy",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}