mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* quickstart guide for workflows * add info for all workflow nodes and workflow usage image * add docs for logs, nodes and permissions * add enhancement to workflow docs * update the beta version caution message * update types of nodes page and other misc details * mention the flow builder term in the overvoew * remove the term instance
815 B
815 B
| id | title |
|---|---|
| logs | Logs |
Once you execute the workflow by clicking on the Run button, the logs panel will reflect the execution details of each node. Logs let you easily track the order of execution and check whether the execution of individual nodes is successful. You can click on the top bar of the logs panel to expand or minimize it.
In the above screenshot, we can see the start time and end time for all the nodes along with their names and a message that highlights whether the node was successfully executed or failed. Additionally, logs can also highlight detailed messages to expand on any errors that may occur during execution.