My use case is i want to pause the process for some duration and then resume the process again .
I used startProcessByID which returns ID on async start .
post that i thried using suspendProccessByID to pause/ supend the process and i can use that Id again to resume /activate process by ID
but while suspending i get error prompted particular table ACT-Ru is in use transaction locked .
does any body know how to achieve this usecase
My use case is i want to pause the process for some duration and then resume the process again .
I used startProcessByID which returns ID on async start .
post that i thried using suspendProccessByID to pause/ supend the process and i can use that Id again to resume /activate process by ID
but while suspending i get error prompted particular table ACT-Ru is in use transaction locked .
does any body know how to achieve this usecase