cancel
Showing results for 
Search instead for 
Did you mean: 

add tasks dynamically

jmhedden
Champ in-the-making
Champ in-the-making
say i deploy a process via XML and later on on down the road i want to develop a UI for users to modify that particular process.  Is it possible to access and modify the deployed process via Java API?  whats the best practice for this?  at that point should i just refactor, remove XML, and go strictly with the Java API? basically, im looking for a limited dynamic workflow for end users.  any insight would be appreciated.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
The best practive is to deploy a new version of your process. New processes will automatically be started using the newest version.

If you're looking for an example of a simple api for building workflows, check https://github.com/Activiti/Activiti/tree/master/modules/activiti-simple-workflow