In my project I am want create multiple workflows and those needs to be invoked.
1st workflow read outlook email and save the excel attachment
2nd workflow read the excel file which is recently downloaded in 1st workflow.z
3rd workflow upload that read row/data from 2nd workflow to orchestrator queue
4th workflow get transaction item which is uploaded in 3rd workflow
5th use that items from 4th workflow to 5th
I have the logic with me and my project is working in sequence but problem is with reframework while invoviing arguments from one flow to another