Hi,
I have a Project that receives a file and inserts the details into Oracle tables and then executes an Oracle package. I would like my Orchestration to run one instance at a time for each file(No multi threading). i have read on the net and understand Singleton Orchestration and how they work using correlation sets. But i do not want to leave my Orchestration looping while waiting for the next file to arrive. As the files are not so frequent and hours could pass before one would arrive. i would like to have my orchestration receive one file, process it, complete and then start a new orchestration instance when a new file arrives. But i cannot have two instances running at the same time.
If anyone knows of a way to acheive this. I would be grateful. I can't seem to find anything yet.
Thanks and regards
Rob