When I start a long running task via Cammunda Rest Api (the task will again start a Rest Service that executes the work), are there other options than polling to inform the client of the task result?
Currently, we are using a different queue to transport the service result to the UI. Ideally however, the UI would communicate with Cammunda only. We can query the task result every x seconds, but something asyncronous would be the preferred approach.