Hi,
I have a business rule task that is implemented by DMN, as shown below.
The DRD looks like the following. The “Calculate credit score” decision table has an output “crediScore” (integer) which is used on “Evaluate client’s loan eligibility” decision table. The last decision table has an output “eligibility” (string).
What should I put on the business rule task properties panel, on the “result variable” field and on “Map decision result” field??
I want to return back to the workflow the both outputs (creditScore, eligibility) of the decision tables and not only the output of the decision table that is higher in hierarchy (here is eligibility).
Should I also add something on the “Input/Output” tab?
Thank you in advance.