Resumes a failed workflow run from a specified, previously successful node.
This creates a new workflow run that inherits the context from the original run up to the resume point. The new run will then execute from the node after the specified nodeId
.
This is an asynchronous operation. The API will immediately return a 202 Accepted
response.
Enter the JWT token.
The prefixed ID of the workflow run (e.g., fl_run_...
).
The ID of a node within a workflow (e.g., node_2
).
Workflow resumption has been accepted and queued.
The response is of type object
.