I have a process model that contains ~100 VACDs (each defining a particular report) and ~25 EPCs with about 5 people working on them. The VACDs use the EPCs in various combinations.
e.g.
VACD1 uses EPC1, EPC3 and EPC5
VACD2 uses EPC1, EPC19 and EPC25
and so on.
I need to simulate running these 100 reports simultaneously. Now, Business Simulator allows simulating only the EPCs and not the VACDs. So my question is how do I simulate these reports, so that the 100 VACDs * Relevant EPCs are simulated properly and simultaneously.
Ralf Angeli on
If you don't care about the sequence of EPCs, you can simply set a frequency on each start event or assign a schedule with an instantiation pattern, select all EPCs in the Explorer and then start a simulation run.
If the sequence of EPCs is significant, you'll have to make higher-level EPCs (similar to the VACDs you have) which "call" the lower-level EPCs via assignments. The instantiation frequencies or patterns will then have to be set at these higher-level EPCs.