Hi Guys,
I have a small concern which I’m thinking whether its possible.
I have two solutions developed using ReFramework. One collects data from a website and adds onto a queue. And the other one gets the extracted data from the queue and do some extra processing. It’s more like a dispatcher and performer scenarios that we learn in the academy. These two will be published in orchestrator and will be executed.
My question is, is there a way for me to execute both of these solutions one after the other rather than manually executing both? In other words, I have to run the first solution, once that finishes, I need to start the execution of the second one to complete the entire thing. So rather than triggering these two separately, is there a way to automatically start the execution of the second one right after the first one completes executing?
Your thoughts would be highly valuable