gitgabrio commented on issue #1831:
URL:
https://github.com/apache/incubator-kie-issues/issues/1831#issuecomment-2659085772
@baldimir @yesamer
As previous one, I have the impression that also `invoke_001` could be
wrong, since it invokes the same `_bkm_001` with, again, an invalid (`null`)
`nameAndAge`
```xml
<decision name="invoke_001" id="_invoke_001">
<variable name="invoke_001"/>
<knowledgeRequirement>
<requiredKnowledge href="#_bkm_001"/>
</knowledgeRequirement>
<invocation>
<literalExpression>
<text>bkm_001</text>
</literalExpression>
<binding>
<parameter name="nameAndAge"/>
<!-- passed incorrect param to bkm -->
<literalExpression>
<text>{name: "foo"}</text>
</literalExpression>
</binding>
</invocation>
</decision>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]