Resume a failed workflow
Workflow Runs
Resume a failed workflow
Resumes a failed workflow run from a specific, successfully completed node. A new workflow run is created, inheriting the context from the original run up to the specified node, and execution continues from there.
POST
Resume a failed workflow
Authorizations
Standard JWT for user sessions obtained via Altostrat authentication.
Path Parameters
The prefixed ID of the workflow run (e.g., fl_run_...).
The ID of the successfully completed node from which to resume execution.