Hi everyone, i wanna deploy new process definition on runtime, without redeploy or reboot application. For that i use flowable API methods:
repository/deployments - to download new process definition
then i start process and after that i get exception - no process definition found from key (something like that)
why it is not working ?
I am trying to use next endpoint to try fix it -
runtime/process-instances/{instanceId}/migrate
but it is not helps
P.S i am sorry if i mixed up topic
I am trying to do like that, but i don’t know how to use this ‘runtime/process-instances/{instanceId}/migrate’ endpoint, can anyone show example of json request for migrate old process on new process definition instance ?
No, the documentation doesn’t describe that. Best luck is to attach the source code and put a breakpoint on that particular exception, then you will see why the problem arises.