Deployment Error: Invalid deploy result code: HTTP/1.1 500

Hello there,

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?

https://1drv.ms/u/s!At-l6FdyEvX4t3Em6b7nIiGwkGAo?e=SUcxjs

Best regards
Marius

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:
image

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:

Make sure it’s actually attached to the event you think it is and that it has a sequence flow to whatever you want it to execute.

Will

Hey Will,

thank you so much. We reconfigured the flow and now we’re succesfully deploying!

Best regards
Marius