When you open the Workflow Editor you are in the Builder Mode. This mode is used to create and design workflows.The other tab, called Run Mode is used to monitor executions and look at the outputs of the Nodes in the workflow.
If you click on the Execute button, you will see new window opens up offering different options to run the workflow.
This modal shows on how many machines you can run your workflow. Additionally, you can run your workflows on Trickest Managed or Self-Hosted machines.For now, let’s run this workflow on 1 Managed Machine.
While node (either tool or a script) is running, you can see the live output (stdout) of the node in the Run Mode. This is useful for debugging and monitoring the progress of the workflow.
While node (either tool or a script) is running, you can see the live log of the tool execution along with other useful information of the node in the Run Mode.
When the node is executed, you can see the output of the node in the Run Mode. This tab will be automatically opened when the node is in Completed status.
Just like you would execute tools or scripts with custom output path, Trickest handles all of that for you. The data is stored and you can access it by clicking on each node in the workflow.