Question
TSYS
US
Last activity: 27 Jul 2018 1:00 EDT
Single assignment with multiple flowactions - GoToPreviousTask
Hi Team,
We have a assignment with multiple flow actions. When the flow reaches that assignment it loads the flow action with higher like hood.
Flow Action 1 - Likehood 60
Flow Action 2 - Likehood 30
Flow Action 3 - Likehood 10
By default Flow Action 1 is called and screen loads.
User click 'Flow Action 2' and the corresponding section loads ( same assignment )
User click 'next' and it takes to the 'Review' screen.
Now, if user clicks 'back' in the 'Review' screen , it takes user back to 'Flow Action 1' which has higher like hood.("doFormSubmit('pyActivity=GoToPreviousTask&previousEntryPoint=false')"). This is how it behaves out of the box.
How to take the user back to 'Flow Action 2' from which the user clicked 'next' instead of 'flow action 1'
Is there an out of the box way to do this or we have to customize ?
Thanks,
Nagarajan Kadhiresan