Log
Logs section is the base for troubleshooting and exploration. It describes the logs available on a project and how to view them.

- To View the logs click on logs in the left menu of your Account.
- Each log entry has various parameters which will help you to troubleshoot the issue in an easiest manner.
- Id shows the unique id for each log entry.
- ParentId shows when your workflow calls from any other workflow.
- Project shows the name of the project that you created the flow.
- Flow shows the name of the workflow.
- RunTime shows the time it was executed
- Duration mentions you the time it took to execute the workflow.
- Status shows the status of the execution like DONE, EXECUTING etc.

- You can see the detailed information by clicking on (…) below the DONE text.
- It shows each and every block of the workflow, each block execution time, execution priority and the data results
- For further detailed information, you can check the each block input, output and results by clicking on the (…) of each row.

- Once you click on (…) you can see a popup window like below, which shows the details of each block’s input/output details. You can check the details using Prev, Next options.

- Logs provide you one more feature which helps for better understanding of logs. When you click on the ID link of a workflow which has child workflows, it provides you the tree structure of all internal workflow calls along with its execution flow results.

- After you click on the ID it will show a full execution log along with child flow execution results.
