On Form Submit redirection to a task or another page based on a user's role

1
0
-1

I was trying to implement a simple scenario wherein a user would be redirected to either of the two tasks or forms based on his role, but was unable to do so, due to lack of specific documentation. Can anyone point me in the right direction?

Comments

Submitted by Dibyajit.Roy on Thu, 02/16/2017 - 07:10

Hi
Could you explain a bit more.
What do you mean by Either of the 2 task / forms ?
Do you mean like using a gateway to evaluate a decision/Variable and then proceed on different flows ?
Thanks

Submitted by swapnil.phalak on Thu, 02/16/2017 - 07:33

Yes, exactly, using a gateway to evaluate decision/variable and then proceed on different flow!

Submitted by swapnil.phalak on Thu, 02/16/2017 - 07:41

thanks

Submitted by Dibyajit.Roy on Thu, 02/16/2017 - 07:44
1 answer

1
0
-1

Hi
Here is the link for Documentation on Gateways .
http://documentation.bonitasoft.com/6.x-7.2/gateways
You should be looking into Exclusive gateways.
You could Map different tasks on each arm of the Gateway.
Gateways use Boolean Value, hence either set a Boolean Variable to use as a condition to check or
use custom script to check for values and return true or false .

Regards

Comments

Submitted by Lionel Palacin on Mon, 02/27/2017 - 23:15

Also if you want to access the most recent version of the documentation: http://documentation.bonitasoft.com/?page=gateways

Notifications