getWorkflowTraceLogs#

Returns full workflow trace with execution logs as a zip file in the current directory.If the underlying workflow is not complete, an HTTP 412 response is returned.

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  getWorkflowTraceLogs [parameters]

Parameters#

Parameter Type Required Description
workflow string true ID of the workflow.

Related REST command: Get full workflow trace with execution logs.

Parent topic: CLI Commands