How to trigger an activity from other activity in Lifecycle event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2025 02:17 PM
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?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2025 09:20 PM
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.