How to stop a playbook task until ALL previous tasks are done?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

How to stop a playbook task until ALL previous tasks are done?

L1 Bithead

Hi all,

 

I'm developing a playbook for Cortex XSOAR that sends a number of queries to our SIEM in parallel and uploads the results as files to an incident. I want to introduce subsequent steps that all depend on the files existing, however I cannot figure out a good to make a "gate" task that stops the playbook from executing until all previously linked tasks are done OR errored out.

 

If the "second stage" ran before all queries were completed, even if they return successfully, their data wouldn't be picked up by the later steps. If there's something obvious in the built-ins I'm missing, please do let me know.

 

Best!

1 REPLY 1

L3 Networker

Hello,

 

You could write a conditional that checks all the context data entries exist before continuing with the playbook execution.

  • 74 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!