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
Table 1. Request parameters
Parameter Type Required Description
parentRequestId string false Parent request id. If specified, this returns any child workflows running under the process request.
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Related CLI command: getCurrentActivityList.