getCurrentActivityList
Returns all child workflows of a parent request id if specified else returns all running workflow activities.
Format
udclient [global-args...] [global-flags...]
getCurrentActivityList [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
parentRequestId | string | false | Parent request id. If specified, this returns any child workflows running under the process request. |
Related REST command: Returns all child workflows of a parent request id if specified else returns all running workflow activities..