apache / incubator-kie-issues

Apache License 2.0
11 stars 1 forks source link

Intermediate Catch / Throw missing functionality #1287

Closed elguardian closed 2 weeks ago

elguardian commented 1 month ago

add support for

      <dataInputAssociation>
        <sourceRef>x</sourceRef>
        <targetRef>_2_Input</targetRef>
        <transformation language="http://www.java.com/java">x.toUpperCase();</transformation>
      </dataInputAssociation>
      <dataOutputAssociation>
         <sourceRef>_4_Output</sourceRef>
         <targetRef>x</targetRef>
         <transformation language="http://www.java.com/java">param.toUpperCase();</transformation>
      </dataOutputAssociation>
elguardian commented 1 month ago

https://github.com/apache/incubator-kie-kogito-runtimes/pull/3544