Debug panel
Get execution details of your workflows and learn how to get action-level execution details such as execution status, execution time, and execution log for each workflow action.
- Actions
- Logs
- Errors
Moreover, because the execution logs older than 30 days are removed from the system, the execution count on the workflow card is also reset. For example, if you have run ‘Workflow A’ 15 times in the last 10 days, the execution count on the workflow card shows 15 Runs. After 30 days, the execution logs for the 15 workflow executions are removed and hence the execution count on the workflow card resets to 0 Runs (the current count of workflow executions that are done after the previous 30 days)
The Debug window displays the details mentioned above for every execution of the workflow.
- Duration - Specifies the time that is spent on running the workflow, in seconds.
- Last Run - Specifies the most recent date and time at which the workflow was run.
- Credits Used - Specifies the number of credits that are used to run the workflow.
- Container - Specifies the container size that is used for the workflow execution.
Actions
The section contains the details of all actions that are used in your workflow.
The action includes the following parameters:
- Action name - Specifies the name of the action that was used in the workflow. When you click the action name, you see a new page, which shows the input and output details of that particular action.
- Status - Specifies whether the workflow was run or not.
- Time - Specifies the time that is needed to run the workflow, in microseconds.
- Timeline - Specifies the timeline for the workflow that was run.
Logs
The section contains the details of workflow execution logs. The debug execution panel shows the logs in a collapsible format by default. You can expand to view logs from a specific action and view the log data of up to 10 MB.
Errors
The section contains the details of errors (if any) occurred during a workflow execution.