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}
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 |
|
true |
Related CLI command: getCurrentActivityList.