‎2007 Nov 27 4:35 PM
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>
‎2007 Nov 28 8:24 AM
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...