PUT https://{hostname}:{port}
/cli/workflowTrace?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| workflow | string | true | ID of the workflow to cancel. |
curl -k -u jsmith:passwd
"https://myserver.example.com:8443/cli/workflowTrace?
workflow=193e892f-677d-4534-9763-ff8d005a5829" -X PUT
Related CLI command: cancelWorkflow.