I have an Eximee process and a second application which needs to read some data from the process every a fixed amount of time.
This data is for example the current business status of the process, which technically is a process variable updated as the process goes on.
I know that Eximee can call an external API and perhaps notify it when this status changes, but in this scenario I want the other application to initiate the call and retrieve the data from Eximee.
What is the best way to read such data from Eximee? Is there an API that the remote application can call?