How to start a DynamicSupervisor with a initial list of Workers

I have an application that contains a DynamicSupervisor to monitor my workers.

I want to start it with an initial list of workers.

I’ve tried to add with Enum.each() in the application file, but that didn’t work.

Anyone knows the proper way to do it?

Sounds roughly correct, do you have more code to share?