Using the above decision table, how do we use the output of the decision table in an expression rule to trigger a process model? Where can the output of the decision table be saved each time, to be used in an expr rule to trigger a process model?
Thanks in advance!!
Discussion posts and replies are publicly visible
Hi,
Please have a look at this documentation link,
docs.appian.com/.../Appian_Decisions.html
Basically, Using Decision Rule with the Start Process smart service, we can pass the Decision's result into the smart service to dynamically determine which process to start and what parameter values to pass into the process.
Thank you. This works when the values are hard-coded parameters in the decision but when values are accepted from the user and passed as parameters to the decision, it doesnt seem to work.