i want to create a worker pool that will create operators and assign them service(s) they can provide. So so the number of the crew may vary from project to project, the size of each crew might vary and the service they provide might also vary. I am using a table as an input and then creating the number of operators and assigning them the services and crew name. However, i feel like this is not an efficient solution. I haven't still not figured how I will connect the newly created operators to the dispatcher automatically.
the other solution is to use parameters but I think parameters can only control the size of the crew, it cannot create a new crew completely.
So I was wondering if you have any other solution. Please let me know