Hi,
I have a requirement like every 4 hours I have trigger a orchestration and then orchestration should start and pick all the files from another folder and process and aggregate & produce one file. So i have put the workflow like below. It is working fine.. first i put the scheduler file , then the orchestration starts and process each file in another folder and able to do it.. I am using Correlation set as "ReceivePortName".
Configuration
First recive shape (active with initialize correlation)
second receive shape (following correlation)
but I am facing one issue here like, if the data files comes before the scheduler file, that time also the orchestration triggers. and getting failed.. not sure why the second receive shape fires without initialze the orchestration.
Can you please help me the way to resolve this.. I tried a lot .. but getting the root cause of this
Thanks,
Vinoth