kbowers-ibm opened a new issue, #2220:
URL: https://github.com/apache/incubator-kie-issues/issues/2220
When the Interface and Operation fields of a Service Task are populated, the
values are correctly written to the generated XML. However, for the BPMN to be
run, an additional <interface> tag must also be defined outside the <process>
element in order to not get a `No interfaces found` error, for example:
```
<bpmn2:interface
id="_E07CE177-1732-4154-A552-ADBEF36A6791_ServiceInterface"
name="com.example.bpmn.TestService"
implementationRef="com.example.bpmn.TestService">
<bpmn2:operation
id="_E07CE177-1732-4154-A552-ADBEF36A6791_ServiceOperation" name="greetUser"
implementationRef="greetUser">
<bpmn2:inMessageRef>_E07CE177-1732-4154-A552-ADBEF36A6791_InMessage</bpmn2:inMessageRef>
<bpmn2:outMessageRef>_E07CE177-1732-4154-A552-ADBEF36A6791_OutMessage</bpmn2:outMessageRef>
</bpmn2:operation>
</bpmn2:interface>
```
--
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]