How to trigger an activity from other activity in Lifecycle event

Thiago_Pereira
Tera Contributor

Hi!

I need two activities to be triggered after the first one completes.
To do this, I created an activity container and placed the three activities inside it. The first one has an order of 10 and the other two have an order of 20.
It turns out that when the Case is generated, all three tasks are being created.
Does anyone know how I should do this?

Thiago_Pereira_0-1752441428436.png

 

1 REPLY 1

Ct111
Giga Sage

You can use "wait for"  condition activity so that you wait for task1 to complete and then trigger task 2 and then wait for it to complete and so on.

 

Check the below link for reference.

LINK