Skip to main content

Hi,

I've created a Block Playbook which will delay all other Steps for 1 Minute if a certain Condition is not met. Afterwards the Block Playbook will add a Case Tag and move on...

The delay is set to 1 minute but the Playbook gets delayed for 1 hour - Case Wall example:

I'm using the delay Playbook V2 action - I've not tested the other ones.

Different example:


Am I'm missing something?

Hey @Dominik_Albrink ,


The Delay Playbook V2 action is an async action and it means that you need to update the configuration as it's described in this document: https://www.googlecloudcommunity.com/gc/Adoption-Guides/SecOps-Adoption-Understanding-Integrations-Actions-in-Depth/ta-p/896308/jump-to/first-unread-message under Async action section.

You can also use action "Delay Playbook Synchronous", but it allows you to wait for 30 seconds max.


Reply