In 6.2 I was able to return a computed expression using Decision table. But Now I am not able to do the same. For example, I want to send one of the input parameters back as a result of the decision execution.
<input label="Source">
<inputExpression id="inputExpression_inputExpression_1" typeRef="string">
<text>Source</text>
</inputExpression>
</input>
<input label="Process Definition Key">
<inputExpression id="inputExpression_inputExpression_7" typeRef="string">
<text>ProcessDefinitionKey</text>
</inputExpression>
</input>
...