cancel
Showing results for 
Search instead for 
Did you mean: 

Subprocesses and multi-instance

unknown-user
Champ on-the-rise
Champ on-the-rise
Hi,

Although I define multi-instance parameters they are not contained in the resulting .bpmn process definition file.
After re-opening the process, the respective fields in the subprocess' properties are empty.
If you add the respective XML element manually, the fields in the subprocess' properties will contain the parameters, but they will be lost upon saving the file.

Regards,
Markus
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi Markus,

Thanks for raising the issue, I've just fixed it on the Github master.

Best regards,

pitagoras
Champ in-the-making
Champ in-the-making
I´m experimenting this issue.
I downloaded latest sources from github. Is there a way to install it to my eclipse?
thanks

trademak
Star Contributor
Star Contributor
Hi,

It's also already update in the Activiti Designer source code.
So you can download the sources from here:

https://github.com/Activiti/Activiti-Designer

And follow the guidelines as explained here:

http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide

Best regards,

pitagoras
Champ in-the-making
Champ in-the-making
The link instructs on how to run the plugin as an eclipse project. I actually would like to build the plugin and update from my local filesystem. Is there any way of doing it?
The updatesite package contains a site.xml which references a jar which is not built by the commands explained in the developer guide.
What should I do to have my own local site and upgrade the installed plugin I have in my normal workspace?
Thanks!