I have a groovy script that is failing when attempting to update a variable in another process. I can’t determine the correct way to check if the processInstanceId is still active. I am getting an error ‘ExecutionId is null’.
I think I have to use getExecutionId() but don’t know how to do that for another process.