Variable setting in Camunda 8

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.