Send Signal
Send a signal to a workflow. Use in combination with 'Wait For Signal'.
Category: Flow Control & Logic · Group: Flow Control · Activity name: SendSignal

Example
SendSignal("<workflowId>", runId="<runId>", data={})
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Send To | string | Yes | The ID of the workflow to send the signal to. | |
| Run ID | string | Restrict the signal to a specific run of the workflow. Leave empty to send the signal to the all running executions. | ||
| Signal Data | object | Configure the payload to be sent to the receiving workflow. |