Questions Tagged With ruleenginehttps://answers.axonivy.com/tags/ruleengine/?type=rss&user=Stefan13questions tagged <span class="tag">ruleengine</span>enTue, 16 May 2017 08:35:13 -0400RuleEngine - Use more then one object within one decision table.https://answers.axonivy.com/questions/2628/ruleengine-use-more-then-one-object-within-one-decision-table<p>In your example from the ivy demos, you show how to apply an decision table.</p> <pre><code>/* * We need to create a rule session to execute the rules. * * 'out.member' is the input object that stores the information of a member. * This object will be modified during the rule execution. */ in.ruleBaseForDecisionTable.createSession().execute(out.member); </code></pre> <p>Is it also possible, to use more the one object, for example:</p> <pre><code>in.ruleBaseForDecisionTable.createSession().execute(out.member1,out.member2,out.member3); </code></pre> <p>Or is that not provided?</p> <p>regards, Stefan</p>Stefan13Tue, 16 May 2017 08:35:13 -0400https://answers.axonivy.com/questions/2628/ruleengine-use-more-then-one-object-within-one-decision-tableruleengine