Hi,
I am trying to build a usecase wherein UI will call our application’s endpoint which will trigger a synchronous process flow using createProcessCommandWithResults.
Now this process may take long i.e. more then 15 secs to complete , so we need to send intermediate/ incremental responses back to the caller at some checkpoints regarding the data calculated till that checkpoint and the synchronous process still continues.
How can we achieve this scenario in camunda8. Could some one please guide me.