Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

How to Assign Dialog Participant Step to the Initiator

Avatar

Level 1

in AEM workflow, how do I assign Dialog Participant Step to the initiator?  it seems like I need to select a particular user or group when I configure this step. 

 

For context, I am trying to collect additional user inputs at run time, and this seems like the only way for user to add additional info required for the rest of the workflow.

 

Screenshot 2024-11-27 at 12.08.21 PM.png

4 Replies

Avatar

Community Advisor

Hi @nelsonatensemble,

 

Replace Dialog Participant Step with Dynamic Participant Step with Participant Chooser: Workflow Initiator Participant Chooser (Script). It will automatically assign workflow to the initiator. 

 

Best regards,

Kostiantyn Diachenko.

Kostiantyn Diachenko


Check out AEM VLT Intellij plugin


Thanks for the reply.

 

But, if I replace Dialog Participant Step with Dynamic Participant Step, I won't be able to capture additional user inputs (via dialog) needed for the rest of the workflow.

 

 

Cheers,

Nelson

Avatar

Community Advisor

Hi @nelsonatensemble,

No, in the 3rd tab (Dialog) of the  Dynamic Participant Step you are able to configure a path to a dialog.

Example: /apps/myproject/components/test-wf-dialog/cq:dialog
Dialog:

konstantyn_diachenko_1-1732743990488.png

 

It will look like:

konstantyn_diachenko_0-1732743934203.png
Best regards,

Kostiantyn Diachenko.

 

Kostiantyn Diachenko


Check out AEM VLT Intellij plugin


Ah you are right, sorry I wasn't aware of the dialog option on the Dynamic Participant Step.  All good now then.

 

Thanks!