Skip to main content

Cyware Orchestrate

Debug Playbooks

Debugging Playbooks helps to analyze and fix errors that occur during the execution of Playbooks. Analysts can view the Playbook errors under Run Logs. Run logs display the run details of Playbooks, including errors, input, and output values. You can find run logs for both active and inactive Playbooks.

For example, if the Playbook execution for a phishing incident response fails, then analysts can view the error details of the nodes from run logs to identify the exact node at which the Playbook failed.

You can debug the following Playbooks:

  • Playbooks created from scratch

  • Imported Playbooks

  • Playbooks cloned from Cyware Playbooks

Before you Start

Ensure you have the View Run Logs permission to view the run logs of a Playbook.

Steps to Debug

To debug a Playbook:

  1. Sign in to your Orchestrate account, and go to Main Menu > Run Logs.

  2. Click the Playbook, and under Playbook Node(s), the nodes with errors appear with a red warning sign.

  3. Click a node to view the errors, along with the input, and output values in a JSON format.

    run-log-errors.png
  4. Click Table View, to view the errors, input, and output values in a tabular format.

After finding the errors, fix them in the Playbook canvas. Later, when the Playbook is triggered, the Playbook executes successfully.

References