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: {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.