cancelWorkflow
Cancel a workflow in progress
Format
udclient [global-args...] [global-flags...]
cancelWorkflow [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
workflow | string | true | ID of the workflow to cancel. |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
cancelWorkflow
-workflow 193e892f-677d-4534-9763-ff8d005a5829
Related REST command: Cancel a workflow in progress.