Perspective 8.3 Recipe queuing

Hi,

In my SCADA system I have got a recipe with about 40 parameters. There is a functionality expected that operator can make a Recipe Queue. I thought of something like a table with 10 rows where user chooses in each row recipe and how many time this recipe will be executed. When he clicks a button, the queue will start executing. Let's say that the PLC will give information to the SCADA that one cycle of a recipe is done. I am struggling how to do that queuing.

Thank You