Activity execution order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi!
In a Lifecycle, I have an Activity Set with 5 activities.
Each activity has a different audience.
I need activities 2, 3, 4, and 5 to start simultaneously only after the first one be completed.
I thought about using a container, but since each activity has a different audience, I can't.
Any suggestions?
best,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Thiago_Pereira ,
Can you share some screenshots to understand where exactly you are referring these activities.
Thanks,
Pradeep
Regards,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Thiago_Pereira ,
OOB this is not possible. It's quite a bug, but all the activities within an activity set will be triggered together once the trigger of the activity set returns true.
If you want to trigger then after each other, the only way is by creating new activity sets with other triggers.
It's quite frustrating, but so far, there is nothing that you can do with the OOB functionalities.
You could customize the activities by adding a script to manipulate the activity set, but this is quite complicated and needs a lot of testing.