Expand my Community achievements bar.

SOLVED

Display Dialog on start of WF

Avatar

Level 5

Hi

I have a requirement, in which i want to launch the dialog which contains the widget when i start the workflow. I have only process step in my workflow. How can i display the dialog when start of workflow & then access the value of that widget in process step.

Thanks 

1 Accepted Solution

Avatar

Correct answer by
Level 3

vdhim23 wrote...

Hi

I have a requirement, in which i want to launch the dialog which contains the widget when i start the workflow. I have only process step in my workflow. How can i display the dialog when start of workflow & then access the value of that widget in process step.

Thanks 

 


Hi,

Would using a Dialog Participant Step before the Process Step solve your use-case? The Dialog Participant Step can be assigned to the Initiator, hence the user who starts the workflow will be able to use the dialog in first step before process step and then these values can be used in the process step.

Let me know if above solution helps in your use-case.

Thanks

Vatsal

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

vdhim23 wrote...

Hi

I have a requirement, in which i want to launch the dialog which contains the widget when i start the workflow. I have only process step in my workflow. How can i display the dialog when start of workflow & then access the value of that widget in process step.

Thanks 

 


Hi,

Would using a Dialog Participant Step before the Process Step solve your use-case? The Dialog Participant Step can be assigned to the Initiator, hence the user who starts the workflow will be able to use the dialog in first step before process step and then these values can be used in the process step.

Let me know if above solution helps in your use-case.

Thanks

Vatsal

Avatar

Level 5

VatsalGupta wrote...

vdhim23 wrote...

Hi

I have a requirement, in which i want to launch the dialog which contains the widget when i start the workflow. I have only process step in my workflow. How can i display the dialog when start of workflow & then access the value of that widget in process step.

Thanks 

 


Hi,

Would using a Dialog Participant Step before the Process Step solve your use-case? The Dialog Participant Step can be assigned to the Initiator, hence the user who starts the workflow will be able to use the dialog in first step before process step and then these values can be used in the process step.

Let me know if above solution helps in your use-case.

Thanks

Vatsal

 

Hi I am using your approach which i was using earlier, facing the issue as mentioned here