Hello everyone! I hope everyone is doing well.
I have a simple problem - I am creating an automation which needs to sort through different images (of .jpg file type) and a .txt file.
I’m trying to implement this automation using a Dispatcher and a Performer with the ReFramework. My Dispatcher should add these pictures and the text file to a queue in Orchestrator for the Performer to process.
My question is : how can I add pictures and text files to a queue? Should I somehow store them inside an IEnumerable variable and then proceed to loop through it to add to the Orchestrator queue? I’m not really sure how to approach this so any help is appreciated! Thanks a lot!
Have a nice day!