cancel
Showing results for 
Search instead for 
Did you mean: 

Full runaround

frecklefoot
Champ in-the-making
Champ in-the-making
I know this is not a currently supported feature, but I want to know if it's possible. After a workflow is authored in the GUI tool (Modeler), would it be possible to write some custom code that inspects and completes the workflow so it can be executed immediately. I know that Activiti processes are not meant–currently–to work this way. I just want to know if it is possible for us to write some custom software that does this. This would effectively negate the requirement to load it up in Eclipse to complete the workflow before it could be executed.

If so, at what point can we do this? When a user presses the save button (and we could pop up an alert), or only after the model has been saved?

Thanks in advance!
1 REPLY 1

trademak
Star Contributor
Star Contributor
You could extend the Modeler to deploy the bpmn20.xml to the Activiti Engine. The Activiti Modeler is a JavaScript web application.
This can be done after the bpmn20.xml is saved to disk, so when you click on the save button.

Best regards,