cancel
Showing results for 
Search instead for 
Did you mean: 

Spring Boot Webinar sample BPMNL file cannot load

asarafffastpay
Champ in-the-making
Champ in-the-making
I have downloaded the sample code  from the spring-boot/activiti webinar github location. However, I could not load the BPMNL 2.0 XML file (upload.bpmn20.xml) into Activiti-explorer? Is there a working copy of the model that I can load into explorer to follow along the webinar as a learning process?
6 REPLIES 6

jbarrez
Star Contributor
Star Contributor
No, because sthat process is a handcrafted one and doesnt have di information.i


You could auto generate some di by uploading it to activiti.alfresco.com, or by using the activiti-autolayout module

asarafffastpay
Champ in-the-making
Champ in-the-making
Thanks for the response..That helps!

asarafffastpay
Champ in-the-making
Champ in-the-making
Wondering if there are any JavaDocs or a github location for the org.activiti.spring.integration packages. Understood the use of Spring-bean delegate from Activiti. But would like to know how the IntegrationFlow and inBoundGateway work.

jbarrez
Star Contributor
Star Contributor
No, no docs yet on that. That is quite new stuff and hasn't been fully fleshed out

javapda
Champ in-the-making
Champ in-the-making
Downloaded the file 'upload.bpmn20.xml' from https://github.com/jbarrez/activiti-spring-boot-webinar.git in activiti-spring-boot-webinar/src/main/resources/processes/upload.bpmn20.xml.

Added it to eclipse project with Activiti plugin installed.  The following image is displayed in the Activiti Designer:

[img]http://i299.photobucket.com/albums/mm283/javapda/upload.bpmn20.xml.workflow.png[/img]

However, the actual file has error:

cvc-attribute.3: The value 'mail' of attribute 'activiti:type' on element 'serviceTask' is not valid with respect
to its type, 'null'.


Any suggestions as to how to remedy?

Thanks

jbarrez
Star Contributor
Star Contributor
Not sure. Where is that error shown?