Imagine parent process with reusable subprocess . The reusauble subprocess node has following assignment defined:
When you save such process, following error can be observed in the business-central logs:
08:28:09,667 ERROR [org.drools.core.xml.ExtensibleXmlParser] (EJB default - 1) Process Info: id:Test.ParentProcess, pkg:org.jbpm, name:ParentProcess, version:1.0 Node Info: id: name: Parser message: (null: 46, 31): cvc-complex-type.2.4.b: The content of element 'bpmn2:ioSpecification' is not complete. One of '{"http://www.omg.org/spec/BPMN/20100524/MODEL":inputSet, "http://www.omg.org/spec/BPMN/20100524/MODEL":outputSet}' is expected.
Acceptance criteria:
No error should be thrown in this scenario, because missing output assignment is not wrong - it can be perfectly valid assignment.
- is related to
-
RHPAM-3480 Error logged if reusable subprocess has some dataInput mapping but no dataOutput mapping in stunner
- Closed