Get notification from process model to c# zebee client application

I have built a C# Zebee client to execute sample bpmn model , and I want to know how to notify the UI of any changes or progress that have been executed successfully

for example , when any of the following tasks get executed successfully,
[Register User] , [Get User Posts] , [Read SQL Data]

I want the UI to be notified with this action and also need to read the associated data or parameters.

you can search for the status of tasks using Rest API.

Based on the results, you can notify the UI to update the value.

Thanks for reply @cpbpm

This approch seems like pulling the data from the process, I will try it.

I’d rather prefere event deiven approch if possible.

I heared about message corelation. I don’t know if it will help this case.

if you would like to go route on message correlation, refer the documentation:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.