Skip to main content

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

The SendSignal activity in the designer

Example

SendSignal("<workflowId>", runId="<runId>", data={})

Inputs

NameTypeRequiredDefaultDescription
Send TostringYesThe ID of the workflow to send the signal to.
Run IDstringRestrict the signal to a specific run of the workflow. Leave empty to send the signal to the all running executions.
Signal DataobjectConfigure the payload to be sent to the receiving workflow.