We have implemented a BPEL solution in a project, we are using human workflow for managing the task. As we are facing a lot of changes in project so we are creating new version of SAR file. for every change when we created the new version(version count will keep increasing)
and if I will deploy the same version again the existing task will be state,
so we can not query those task in Human work flow API.
the problem with increasing the version is while restarting the server. its taking too much time to load those versions. I have nearby 20 process and its taking 20 minutes to load the process after starting the server.
Is there any way where we can deploy the same version again and again.
Thanks, Abhishek