Amazon Simple Workflow Service · JSON Structure

Amazon Swf Externalworkflowexecutionsignaledeventattributes Structure

Provides the details of the ExternalWorkflowExecutionSignaled event.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ExternalWorkflowExecutionSignaledEventAttributes",
  "description": "Provides the details of the <code>ExternalWorkflowExecutionSignaled</code> event.",
  "type": "object",
  "properties": [
    {
      "name": "workflowExecution",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "initiatedEventId",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}