📄️ List pending signals
Lists the signal waits the execution is currently parked on.
📄️ Send a signal to an execution
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.
📄️ Send a signal by correlation key
Delivers a signal to the non-terminal execution of `workflowId` matching `correlationKey`. With `startIfMissing: true`, starts a new execution (using `startInputs`) when none is waiting.