Hi Team,
I want to know behaviour of the camund aprocess in suspension state. My main process is in suspended state and at some x activity. Now i want to update some process variable on it which is usualy allowed. Lets say “complete” = “true”.
i.e. suspendProcessInstanceById - Suspends the process instance with the given id. This means that the execution is stopped, so the token state will not change. However, actions that do not change token state, like setting/removing variables, etc. will succeed.
But what if i have interrupting conditional catching event on the same process. And that conditional event is based on the process variable which we are going to update. Will token state transfer to catch conditional event?
Thanks,
Pradip Patil