Pause a workflow in progress#

Request#

PUT https://{hostname}:{port}
    /cli/workflowTrace/pause?{parameters}
Accept: application/json

Parameter Type Required Description
workflow string true ID of the workflow to pause.
Parameter Type Required Description
Accept application/json true  

Related CLI command: pauseWorkflow.

Parent topic: workflowTrace resource