Activity execution order

Thiago_Pereira
Tera Contributor

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,

3 REPLIES 3

Pradeep Thipani
Mega Sage

Hi @Thiago_Pereira ,

 

Can you share some screenshots to understand where exactly you are referring these activities.

 

Thanks,

Pradeep

 

 

"If this response was useful, please select 'Accept as Solution' and mark it as 'Helpful.' This helps me provide better answers and assists the community ".

Regards,
Pradeep

Thiago_Pereira
Tera Contributor

Wessel van Enk
Tera Guru
Tera Guru

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.