cancel
Showing results for 
Search instead for 
Did you mean: 

about Process versioning in Activiti

sharad
Champ in-the-making
Champ in-the-making
I have gone through process version section in "Activiti in Action". I have few queries about process version

1. Process Version is support through Camunda fox in jBoss Application Server. Now Camunda fox have forked from activiti and created Camunda BPM. Do you still support process version through Camunda fox ?

2. What are other ways to maintain process version apart from OSGi and Camunda fox intigration ?

3. What are the steps to Deploy a process definition and related service task in a web Service where activiti is a part of Web Service ?
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

Process versioning in general has nothing to do with Camunda fox and is of course par of Activiti.
Hot deploying process bundles in JBOSS is something we don't support yet, but we might put it on the roadmap if there's enough demand from the community. Activiti has an OSGi module that supports hot deploying service task and process bundles. You can use for example Apache Karaf for that.

You already get REST support by default with Activiti. If you want to use web services you can just create a simple web service frontend on top of your Activiti Engine or your process instance logic in specific.

Best regards,