Getting started

Knowledge hub

Tutorials

Concepts

CLI (Command Line Interface)

Workflow Runs CLI is positioned on the bottom of Workflow Builder. It is responsible for monitoring Nodes processes and execution progress.

Click on Node

In order to view relevant Node information, Node must be selected.

CLI Tabs

Workflow Runs CLI has 4 tabs: COMMAND, OUTPUT, STDOUT and STDERR. Regarding selected Node Type tabs have different purpose:

Tool Node

{% tabs %} {% tab title=“COMMAND” %} Command obtained during Tool setup in a process of building workflow, using Workflow Builder. {% endtab %}

{% tab title=“OUTPUT” %} If Tool is executed Successfully, here is the Output.
2 buttons are available:

  • Download - result can be downloaded on local.
  • Copy URL - considering this Output can be used in other Version or in completely different Workflow (as a File), this is a way to obtain its URL. {% endtab %}

{% tab title=“STDOUT” %} If Tool is successfully executed, full StdOut can be found here. {% endtab %}

{% tab title=“STDERR” %} If Tool execution is failed, error information is located here. {% endtab %} {% endtabs %}

Script Node

{% tabs %} {% tab title=“COMMAND” %} Command obtained during Script setup in a process of building workflow, using Workflow Builder. {% endtab %}

{% tab title=“OUTPUT” %} If Script is executed Successfully, here is the Output.
2 buttons are available:

  • Download - result can be downloaded on local.
  • Copy URL - considering this Output can be used in other Version or in completely different Workflow (as a File), this is a way to obtain its URL. {% endtab %}

{% tab title=“STDOUT” %} If Script is successfully executed, full StdOut can be found here. {% endtab %}

{% tab title=“STDERR” %} If Script execution is failed, error information is located here. {% endtab %} {% endtabs %}

Splitter Node

Splitter doesn’t have any relevant information in CLI.