I would like to create a simple model.
Source -> Queue -> Delay -> Sink
Example; All Cake will have same method of process, baked in oven (model) However, each cake, they will have own process time (delay), whether it is Cake A (Agent?) for 5min (criteria?) or Cake B for 10min
How can I define that Cake A and Cake in source and set their respective process time (delay).
Thanks in advance