Operations (sample payloads)

Main operations

Fail run

Fail workflow run Sample Input

{
    "message": "Critical error: Database connection failed"
}

Sample Output

{}

Terminate run

Terminate workflow run Sample Input

{}

Sample Output

\{
    "status": "success",
    "message": "Workflow run terminated successfully"
\}

Was this page helpful?