Amazon Simple Workflow Service · JSON Structure

Amazon Swf Signalworkflowexecutioninput Structure

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "SignalWorkflowExecutionInput",
  "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": "signalName",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "input",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}