Hi Everyone,
I am working on a Camunda 8 Springboot project. I wanted to know how can we set process variables from a method if its not job worker, like in Camunda 7 we had Runtime service api to set it directly. Thanks in advance.
Hi Everyone,
I am working on a Camunda 8 Springboot project. I wanted to know how can we set process variables from a method if its not job worker, like in Camunda 7 we had Runtime service api to set it directly. Thanks in advance.
Hi @Pragati - I believe you are looking for the SetVariables RPC call.