Skip to main content

Send a signal to an execution

POST 

/workflows/executions/:id/signals/:name

Delivers a signal to an execution waiting on it. The request body is passed through verbatim as the signal payload. Returns 409 when the execution is not waiting on that signal.

Request

Responses

The signal was delivered.