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
- 200
- 4XX
- 5XX
The signal was delivered.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.