How to call multiple activities from one activity in GO?

Hi Team,

Please help me in learning how to implement to call multiple activities based on certain condition from an current activity .

In my case , the Workflow is created and registered with 3 activities (ACT_1,ACT_2 and ACT_3) …

Now , I need to route from one activity to another activity based on the certain condition.

Current Activity : ACT_3
In Act_3 based on the input data , if status variable is published goto ACT_1, or
if status is not published goto ACT_2.

Thanks,
Kirubaa Shankar P

Hi @kirubaap, have you seen the exclusive choice Go sample: samples-go/choice-exclusive at master · temporalio/samples-go · GitHub?