Stephen Russett
Stephen Russett
@fjtirado in practice the use of the listener is/would become a VERY popular place to inject logic for a process instance. The listener provides all of the typical movement you...
@elguardian thanks for the details. In real world usage of a BPMN, the BPMN definitely implements the concepts of security: Who is allowed to Start an instance of this process...
Some updates on this based on further discussion with @fjtirado: 1. There appears to be some confusion between the perceived layer in Kogito where the code would actually execute: When...
Issue for supporting messaging a set of process instances: https://issues.redhat.com/browse/KOGITO-6468
The docs say on each of the field descriptions in the field props that "kogito does not support this"
Okay. Is the goal to support them? Or is it not in the design arch of kogito?
[inter-event.bpmn.txt](https://github.com/kiegroup/kogito-runtimes/files/7905217/inter-event.bpmn.txt) Created with vs-code kogito tools extension
Error: ``` Caused by: org.jbpm.bpmn2.xml.MalformedNodeException: Node id = "", name = "" is malformed: Could not find message "_2_-vUFwaEDqU7ppiO__EDw" at org.jbpm.bpmn2.xml.IntermediateCatchEventHandler.handleMessageNode(IntermediateCatchEventHandler.java:249) at org.jbpm.bpmn2.xml.IntermediateCatchEventHandler.end(IntermediateCatchEventHandler.java:89) at org.drools.core.xml.ExtensibleXmlParser.endElement(ExtensibleXmlParser.java:441) at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:948) at...
@fjtirado were you able to re-create or do you want a proj? This was in 1.15. I will also re-test on 1.16.
Project files for a failing startup: https://github.com/StephenOTT/broken-message-kogito-example Tested against 1.15 and 1.16