cancel
Showing results for 
Search instead for 
Did you mean: 

Storing Activiti Source Artifacts in Git

chuck_irvine
Champ on-the-rise
Champ on-the-rise
We are evaluating the commercial version of Activiti. I suppose my question applies equally to the new community version as well. What ever we author in the KickStart application, whether it be process models, forms, applications etc, we think we should store all of these artifacts in Git, where we store all of our other source code. I have not found any documentation that describes how to do this. Can someone help me out? General comments on Git applicability are also appreciated.

Thanks!
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

Currently the models are stored and versioned in a relational database. There's no support to store the models in Git. But I agree that it would be a nice feature to provide.

Best regards,

Is there a way to export a process model to BPMN XML syntax? I see that I can import one, though I haven't tried.

What is the process for migrating process models from one environment to another, eg:

From a local workstation to dev
From dev to test
etc?

jbarrez
Star Contributor
Star Contributor
Yes, there is. The BpmnJsonConverter can convert to BpmnModel, which can be converted to XML.