I am working on some activiti project and deploy process programmatically. I used 'Create Deployment artifacts' option in eclipse plugin. Initially, it worked but recently it does not create artifact, instead it deleted my old artifact. Now, I explicitly create a bar file of bpmn20.xml file to make my process work. What could be the issue?
I had a similar issue. The reason was, that I had the select file dialog in the activiti-explorer2 open because I wanted to deploy the new version right away. Once I closed it, the creation of the deployment artifact worked fine.