Hi. I'm using Bonita 6.2.
I need to create a case and pass a value to a global variable using REST. Reading the REST api, i found the caseVariable to do operations with them. But to do this i need:
- create a case
- use caseVariable (using get request) to search variable and
- update his value
Is possible set this value while creating the case, using bpm/case api? I tried pass the variable's name and value as part of atributes to call bpm/case to create a case but the variable was not setted.
Thanks.