Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

workflow user decision problem

Former Member
0 Likes
379

Hi experts!

I've got a problem on using the user decision in workflow.

i have a workflow with a user decision that has 3 user decision options (basketball, volleyball, and badminton)

Here is the problem:

After i selected one of them and flagged them as finished.

I'd like to loop again with that user decision but the decision options now will be the remaining two and the other one will not be displayed

ex:

BEGINNING

options:

basketball (selected)

volleyball

badminton

AFTER LOOP

options:

volleyball

badminton

Here's the question:

<b> how will i do that? </b>

i would like to make a workflow with using only one user decision. Based on my thinking i would come up with so many user decisions if i randomly select the decision options.

Thanks in advance.

<i>Points will be given for any answers that would come up with an idea..</i>

1 REPLY 1
Read only

Former Member
0 Likes
353

Hi Manuel.

I regret but you can't do this using one standard user-decision step, cause this step is static defined in WF. You have two another ways:

1. Using 4 user-decision step

- variants A, B, C

- variants B, C - A selected

- variants A, C - B selected

- variants A, B - C selected

& re-maintain WF model for that

2. Creating own dialog interface for this "questioning".

Maybe gurus added another ways...