Skip to main content
POST
Resume a failed workflow

Authorizations

Authorization
string
header
required

Standard JWT for user sessions obtained via Altostrat authentication.

Path Parameters

runId
string
required

The prefixed ID of the workflow run (e.g., fl_run_...).

nodeId
string
required

The ID of the successfully completed node from which to resume execution.

Response

The workflow resumption has been accepted and is running asynchronously.

message
string
Example:

"Workflow resumed successfully from node 'n2'."

new_run
object