Hi I have created one data grid where i will be listing all the tasks being initiated in the downstream products. I need to fetch the status of all the tasks listed in the grid in regular interval of time and update the data grid. I created one microflow to execute in background continuously which will update status of the objects defined in the grid, by fetching it from the down steam products. The problem is the objects will not be commit until the microflow transaction is completed. I need to update the records immediately once i get the response. Can you please help me to resolve this problem? is there any way to trigger microflow in background for datagrid which will update the records on regular interval of time?
↧