Resume a workflow in progress#

Request#

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

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

Related CLI command: resumeWorkflow.

Parent topic: workflowTrace resource