Using dict_list of DrWatson on a cluster

I am using DrWatson on a cluster.
I would like to use the dict_list() in order to get all permutations of the parameters set.
However, every script I run has to run many times (over many workers) with the same set of parameters.

So at the moment I have on Julia script that reads the parameters from a file, and is run by the cluster for many times in parallel.
How should I use DrWatson to give the cluster the dict_list() so it runs all of the permutations of parameters needed?