Return all child work flows

Returns all child work flows of a parent request id if specified else returns all running work flow activities.

Request

GET https://{hostname}:{port}
    /cli/workflowTrace/currentActivity?{parameters}
Accept: {contentType}
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
  • application/yaml
true

Related CLI command: getCurrentActivityList.