- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
11-17-2022 09:23 AM
11-17-2022 03:33 PM
Hi @c.marlettalivi, that is by design. The ${lastCompletedTaskEntries}
returns the ID of the last warroom entry created by the previous playbook task. If you want to check individual task run, I would suggest going the playbook loop approach. Inside the sub-playbook set the task with no retries, your error check task should follow this task, then in your master playbook create the loop with a conditional check.
Refer - https://docs.paloaltonetworks.com/cortex/cortex-xsoar/6-9/cortex-xsoar-admin/playbooks/configure-a-s... for more information.
11-18-2022 02:06 AM
Thank you @jfernandes1 . I would like to be able to send an email if none of the retries ends without errors.
Does the management with 'Error path' also behave in this way?
11-18-2022 02:06 AM
Thank you @jfernandes1 . I would like to be able to send an email if none of the retries ends without errors.
Does the management with 'Error path' also behave in this way?
11-21-2022 04:04 PM
Hi @c.marlettalivi, The use case you're asking for is not possible with error path. As mentioned before, if you want to test each retry you should do this via the sub-playbook method.
11-28-2022 08:30 AM
They also introduced error handling playbooks in version 6.8. You can add an error path after the task, which will be followed if it errors:
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!