IBM Security QRadar SOAR

 View Only
  • 1.  Run playbook from another playbook

    Posted Wed May 04, 2022 11:44 AM
    Is there a way to run a playbook from another playbook in Resilient v44?

    ------------------------------
    Mark Aksen
    ------------------------------


  • 2.  RE: Run playbook from another playbook

    Posted Thu May 05, 2022 08:21 AM
    Yes it is.

    Playbooks are triggered by events. So if Playbook B is triggered by a condition like "incident type is X and note was added" and Playbook A ends with "incident.addNote()" for example, you can call one playbook from another.

    Just be careful with loops. For example, if playbook B ends with another "incident.addNote()", you'll end up in a endless loop.


    ------------------------------
    []

    Leonardo Kenji Shikida
    ------------------------------