Returns all child workflows of a parent request id if specified else returns all running workflow activities.#

Request#

GET https://{hostname}:{port}
    /cli/workflowTrace/currentActivity?{parameters}
Accept: application/json

Parameter Type Required Description
parentRequestId string false Parent request id. If specified, this returns any child workflows running under the process request.
Parameter Type Required Description
Accept application/json true  

Related CLI command: getCurrentActivityList.

Parent topic: workflowTrace resource