Full runaround

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2011 02:42 PM
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!
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!
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2011 03:19 AM
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,
This can be done after the bpmn20.xml is saved to disk, so when you click on the save button.
Best regards,
