we’re trying to publish an app we just created with the Flowable UI but instead of a succesfull deployment we always get an invalid deploy result code. We already check all out sequence flows for missing linkage and there are none to be found.
Could you maybe have a look at our models or give a hint on how to bug fix them?
This does not import cleanly into modeler for me (it imports but I cannot edit the process). You might get some information from the model validator:
Barring that, you’ll get a stack trace from the engine when you attempt to import the process, you can look at the logs for a hint:
org.flowable.bpmn.exceptions.XMLException: cvc-complex-type.4: Attribute 'attachedToRef' must appear on element 'boundaryEvent'.
at org.flowable.bpmn.converter.BpmnXMLConverter.convertToBpmnModel(BpmnXMLConverter.java:275) ~[flowable-bpmn-converter-6.5.0-SNAPSHOT.jar:6.5.0-SNAPSHOT]
at org.flowable.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:148) ~[flowable-engine-6.5.0-SNAPSHOT.jar:6.5.0-SNAPSHOT]
at org.flowable.engine.impl.bpmn.deployer.ParsedDeploymentBuilder.createBpmnParseFromResource(ParsedDeploymentBuilder.java:97) ~[flowable-engine-6.5.0-SNAPSHOT.jar:6.5.0-SNAPSHOT]
at org.flowable.engine.impl.bpmn.deployer.ParsedDeploymentBuilder.build(ParsedDeploymentBuilder.java:55) ~[flowable-engine-6.5.0-SNAPSHOT.jar:6.5.0-SNAPSHOT]
at org.flowable.engine.impl.bpmn.deployer.BpmnDeployer.deploy(BpmnDeployer.java:78) ~[flowable-engine-6.5.0-SNAPSHOT.jar:6.5.0-SNAPSHOT]
at org.flowable.engine.impl.persistence.deploy.DeploymentManager.deploy(DeploymentManager.java:62) ~[flowable-engine-6.5.0-SNAPSHOT.jar:6.5.0-SNAPSHOT]
...
It looks like there might be something wrong with this timer boundary event: