Reputation: 2483
I have a bizagi form and actions associated with it under actions and validations. Does the order in which these actions are specified affect the order in which they are executed ? For eg. I have radiobutton rdBtnType, if I have 'rdBtnType changes' and 'rdBtnType changes to ABC' actions specified, does the final outcome differ for
rdBtnType changes
rdBtnType changes to ABC
from
rdBtnType changes to ABC
rdBtnType changes
?
Upvotes: 0
Views: 142
Reputation: 80
Yes, the execution follows the action order.
This can be quite a big problem when you have complex forms with a lot of rules in it, which is why form modulation is so important in Bizagi.
Cheers
Upvotes: 1