Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

multiple actions in one journey

Avatar

Level 1

Hi, 

I created a journey that sends both email (2 different email messages) and SMS, placing them in the same flow. If the email fails, does it affect the SMS action? The SMS is set to run in parallel since I prefer not to use conditions in this case.  

 

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

It shouldn't affect the SMS action ideally. If there are any failures, you can see the corresponding event in message feedback dataset

View solution in original post

6 Replies

Avatar

Correct answer by
Employee Advisor

It shouldn't affect the SMS action ideally. If there are any failures, you can see the corresponding event in message feedback dataset

Avatar

Level 1

Thanks @Mohan_Dugganab 

I was wondering if there is a way to display actions as branches on the Journey canvas, rather than in a linear sequence. Is there a recommended method to accomplish this?

Avatar

Employee Advisor

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/about-journe... 

It can be branched out based on a specific criteria (say for example, if the preferred channel is email, then email can be configured and if it sms, then sms node can be configured and so on and so forth)

Avatar

Level 1

In my situation, even when using the condition orchestration, the first path is always true and won't continue to the second path

 

As per AJO note:
If the conditions of the different paths overlap (e.g: path 1 is gender = male and path 2 is status = prospect), the path above in the canvas will always be prioritized.

Avatar

Employee Advisor

That's the expected behavior.

Avatar

Employee Advisor

@SalamDa3 Responding to your last comment in the thread:

For true visual branching of actions, the only plausible option is to place them after a parallel split (not under a single condition node), i.e, “branched” setup where each branch operates independently:

  1. After your entry event, add a "Parallel" node or use activities that support parallel execution.
  2. Connect each action you want to run in parallel (Email 1, Email 2 or SMS) to the parallel split. Each will display visually as a branch.