Looping Orchestration and re triggering after 5 minutes till it process records
Hi All,
I have a requirement to check the value in database and if record didn't find orchestration needs to be re trigger for every 5 minutes till its finds the record in database (table). From the orchestration I am going to call UBE. I thought to modify the UBE to inbuilt this functionality but I dont think keeping wait for 5 minutes of UBE is not a good idea considering resources of print queue and other things.
Can you please suggest this functionality can be achieved through Orchestration, if Yes suggest the procedure.
Is it possible to call after completion of one orchestration to another orchestration. If yes, please let me know the procedure. Here my first orchestration will import the data into EDI tables, then second orchestration is going to process them into JDE.