Push custom notifications to user task using REST

I have a POST API exposed, where I set a variable like following
runtimeService.setVariable(executionId, "testVar", "some value");

My requirement is that once variable gets set by above mentioned API, I want to send a notification to user task form on front end… How can I achieve this…

Hi,

What do you mean by

I guess you want to pass the variable, please correct me if I am wrong.

Best regards,
Yana

Hi,

If you want to respond to a process variable update, to trigger some additional behavior, then have a look at Conditional Events . You can add a conditional boundary event on a user task for example.

Thank you @conorhayes … But I want to send a push notification message.

Hi,

So just to confirm, you don’t want to do this?PushNotification

Conor.

1 Like

@conorhayes No.

– Alok Anand

Hi,

Sorry for the late reply, been busy lately.

Just wondering if you resolved your issue?

Cheers, Conor.