Hi, again, another Dispatcher/Process flow question from me - but theoretical this time!
I've seen 2 kinds of implementation around:
- using a dispatcher to organise the dispersal of resources (and assign multiple operators to a processor) around a model
- creating a group of task executers and acquiring the requisite number in an Acquire Resource activity
Is there any difference between doing it one way or the other?
I assume if you were not using Process Flow, you'd use a Dispatcher for the organisation of several Task Executers; would you bother using a dispatcher rather than creating a group of TEs and drawing from that list?
Thanks in advance!