Display Dialog on start of WF | Community
Skip to main content
Level 5
October 16, 2015
Solved

Display Dialog on start of WF

  • October 16, 2015
  • 2 replies
  • 902 views

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 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by VatsalGupta

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

2 replies

VatsalGupta
VatsalGuptaAccepted solution
Level 2
October 16, 2015

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

vdhim23Author
Level 5
October 16, 2015

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