Hello,
I am trying to simulate a supply chain. There are multiple processing (20) and demand (39) locations. The processing locations all have the same set of objects and relationships.
Source --> Queue 1 --> Processor 1 --> Queue 2 --> Processor 2 --> Queue 3 --> Processor 3 --> Queue 4 --> Processor 4 --> Queue 5 --> Sink (= Demand Location)
I have created 1 processing location, but would like to replicate this 'mini model' to all the other processing locations. Is there a way for me to edit Flexscript code such that I can iteratively create these objects / relationships?
I also need to connect these processing locations. This would involve having all Queue is connect to all Processor is and all Queue 5s connect to all the Sinks.
Please let me know if there any manageable way to do this without manually repeating the work. Thank you!