#api #bonita7 #restapi #task #take #release #groovy

Send BDM object through REST API

Hello

I'm facing a problem with Bonita REST connector BDM serialization. I'm trying to send to an external endpoint a POST in which the payload is a business variable, but it seems that the connector cannot serialize the object. I tried importing and using Gson library, but it fails giving a reflection error because it cannot access the members of the object. Do you have any advice?

Change business variable field when a user takes a task

Hi.

I've got an instantiation form, that when submitted, creates a human task for a role (let's say approvers) that contains 2-3 members. Any of those members are able to take the task.

My question is, when somebody takes a task, is there a way for me to update a "Status" field in my business variable that reflects this change ?

Notifications