0
votes

I want to know if the POST /message function of the Camunda REST API is updating process instance variables or does I have to update variables using the Update/Delete Process Variable function before sending a message ?

Camunda REST API :

1

1 Answers

1
votes

I just found the answer : The Message function is correctly updating the process instance variables.