Is it possible to re-deploy a jbpm workflow definition, WITHOUT KILLING the in-flight workflows? I dread the "failed to signal transition" error.
This is what I did: bootstrap-context.xml, set "redeploy" to true. (I don't know what that's going to do to the in-flight workflows, before the redeploy.)
Redeploy true just ensure that your modified workflow definition file is being detected by JBPM.It will merely create new version of that workflow definition but it does not have effect on your inflight workflows those workflows will still be following old workflow definition.That is to preserve integrity.