Hi, friends!
I have one process. 4 starts are possible in it, each launch with its own parameter. For each such launch, there must be its own queue (4 queues are obtained). The trigger settings for each queue should be like in screenshot 1.
Example:
The time has come 09:00. 4 processes have started (process 1: parameter1, process 2: parameter2, process 3: parameter3, process 4: parameter4). 4 processes started in parallel. It was 11:00. The previous start of process2 did not have time to work, it must go to the queue of process 2.
I created a process (screenshot 2), made 4 queues in the orchestrator, and for each queue its own trigger. If I start a process with parameter “1”, 1 trigger is fired. Immediately after that I start the process with the parameter “2”, but trigger 2 does not start, because waits for the trigger for the first queue to fire.
How to make it so that 4 queues for one process can work in parallel? Without creating 4 identical processes.