Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowexecutionsignaledeventattributes Structure

Provides the details of the WorkflowExecutionSignaled event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowExecutionSignaledEventAttributes",
  "description": "Provides the details of the <code>WorkflowExecutionSignaled</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "signalName",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "input",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "externalWorkflowExecution",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "externalInitiatedEventId",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}