Hello,
we have an application running on top of a Jbpm workflow with several instances of the process and now we need to modify the workflow and redeploy it. We can not abort the active instances and we need to have two versions of the same process with different deploymentid(project:1.0 and project:1.1) . As all the rest api methods require the entire deploymentid we do not know what is the best way to manage this situation of having two version of the process both with active instances.
Is our approach valid to handle this situation or there is other way?
thanks!