hello,
we have an automated process that takes a document from a third party and performs various actions on it, e.g. checks that the document is in the correct format, that the data is valid, etc. etc. There are about 5 steps involved and the process can take some time to complete.
we want to build an app to monitor the progress of the document through this process.
the automated process records info about each step in a table, e.g. start and end date of the step, errors encountered, etc .
the table has been exposed as an oData service.
the app that we want to build will use the Process Flow UI element (is this the best solution?).
so, the problem is - how can we detect changes in the oData service so that the Process Flow UI element can be updated?
the Explored examples all seem to deal with static cases.
any thoughts/suggestions greatly appreciated.
cheers
Pas.