Question
1
Replies
368
Views
Wells Fargo
Posted: May 27, 2019
Last activity: May 27, 2019
Closed
Single assignment with multiple flowactions - Always getting HIGH Likelihood flowaction
Hi Team,
I have one assignement with three flowactions with likelyhood 70%,20%,10%. by default i am getting 70% likelihood flowaction. Even if i submit this flowaction, i am redirecting to same 70% likelihood flow action.
I want to display the 20% likellihood flowaction on the submission of 70% likelihood flowaction, i tried resumeflow action upon submission of flowaction. but didn't work . how can i achive this ?
Hello,
So I guess when you Submit the FlowAction with likelihood set to 70% you are moving to another assignment with the same 3 FlowActions having the same likelihood so yes the default 70% will be presented.
You need to evaluate the likelihood based on previous execution? If yes then I believe we cannot do that completely Out-Of-The-Box, you will need to customize it and change the likelihood order on the fly. You should be able to create an Activity to do this.