Hi experts,
My process has only one contract variable. How should I build the payload of the method http://…/API/bpm/activity/ in order to update some values?
I’m working with the getting started tutorial and I need to update status and refusalReason in:
{
“userId”: 3,
“departureDate”: “2016-10-09”,
“numberOfNights”: 3,
“hotelNeeded”: false,
“destination”: “Paris”,
“reason”: “Open source conference”,
“status”: “pending”,
“refusalReason”: “”
}
Thanks a lot,
Jose.