getCurrentActivityList#

Returns all child workflows of a parent request id if specified else returns all running workflow activities.

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  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..

Parent topic: CLI Commands