Hello,
I am working on a project that consists of planning of jobs in a flow shop where resources are shared between machines (availability problem). Each resource has its own processing time. The target is: seize the available resource that has the shortest processing time.
I am trying to generate 10 different jobs that should come at once; so, what I did is:
First, I created a DataTable with JobType, JobTypeMix and ProcessingTime;
Second, I set the Interarrival Time to 0 and the Maximum Arrivals to 10;
Third, in The Table Reference Assignments (Resource), I set the Row Number in Before Creating Entities to: JobsTable.JobTypeMix.RandomRow;
Actually, I could not find an alternate function to RandomRow to describe what I want, so I got a mix of random jobs.
Is there any function to address this situation please? I need to get 10 different jobs at once.
Any hint will be truly appreciated. Thanks.
Project.spfx