Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Start multiple workflows at once

Avatar

Level 2

Is there a way to start multiple workflows at once, controlled by a single workflow?

There is an option to stop a workflows from another workflow, but is there any such option to start a workflow from another one?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 3
The only way I can think of to controlling workflows outside the UI is with REST API commands : https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/managing-workflows...

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Level 3

Hello @Shwetambra,

 

You can use external signal activities for your need and create the main workflow like this: 

 

anasso83525035_0-1605967433718.png

 

Add external signal configuration in each end activity with the workflow to trigger :

anasso83525035_1-1605967495933.png

Also make sure the workflows to trigger are already started with external signal activity blinking :

 

anasso83525035_2-1605967613543.png

 

More info on external signals : https://experienceleague.adobe.com/docs/campaign-standard/using/managing-processes-and-data/executio...

 

Cheers.

 

Avatar

Level 2

Hi, so that is the issue - my workflow (the one with external signal) wont be in the start state, that is the challenge. When I wrote start, I literally meant start and not process or trigger.

Any ideas?

 

Thanks 🙂

Avatar

Korrekte Antwort von
Level 3
The only way I can think of to controlling workflows outside the UI is with REST API commands : https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/managing-workflows...

Avatar

Level 2
Cool. Thank you.