cancel
Showing results for 
Search instead for 
Did you mean: 

[REST] Proposal: API to set/change process variables

f_lombardo
Champ in-the-making
Champ in-the-making
What do you think about introducing a REST API to manipulate process variables? Something like this:

POST /process-instance/{processInstanceId}/setVariables

{
  "var1": [ "Abcd" ]
}

Thanks.

Bye

Franco
1 REPLY 1

f_lombardo
Champ in-the-making
Champ in-the-making
I tried to change the /signal API in order to do this. See:

https://github.com/f-lombardo/Activiti/commit/ffb5847e483c146f15e83fe161309d6b5b895ad9

Thanks.

Bye

Franco