Hi , Can you please explain how i can set variables , like in camunda 7 we do- execution.setVariable("y", "hello world"); How i can achieve same in camunda 8 ?
Would you mind asking via the forum: forum.camunda.io/? In the public Zeebe API, there is no way (yet) to set the variables independent of a message handed in (see docs.camunda.io/docs/apis-clients/grpc/) - but it would be great to understand the use case and link it to the proper issue internally.
Hi , Can you please explain how i can set variables , like in camunda 7 we do- execution.setVariable("y", "hello world");
How i can achieve same in camunda 8 ?
Would you mind asking via the forum: forum.camunda.io/? In the public Zeebe API, there is no way (yet) to set the variables independent of a message handed in (see docs.camunda.io/docs/apis-clients/grpc/) - but it would be great to understand the use case and link it to the proper issue internally.
@@berndruecker6433 Thanks for reply