Support character ? for interpolation in values in a DT cell
------------------------------------------------------------
Key: DROOLS-1639
URL:
https://issues.jboss.org/browse/DROOLS-1639
Project: Drools
Issue Type: Sub-task
Components: dmn engine
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Signavio uses the character ? to interpolate the expression value into decision table
cells. E.g.:
=(1 - Discount) * ?
In the above example, '?' is replaced my the result of the decision table input
expression.
See attached screenshot.