Executions
Deliver an approval/external signal to a waiting execution
Resumes a WAITING execution (durable execution). The caller must own the workflow; the signal only counts against an actual pending wait whose kind it matches and which has not timed out. v1 is the external-signal (human approval) flavor — e.g. a Telegram approve/reject for a money-moving step.
post/executions/{id}:signal
Request body
Response
The resumed (terminal or still-waiting) execution.
Example response
{
"id": "01JG2FE5MDVKBPHEG0PEYSDKAC",
"workflowId": "01JG2FE5MDVKBPHEG0PEYSDKAC",
"chainId": 11155111
}