RunMicroflowAsyncInQueue

1
I am trying to use this very usefull community commons action, but I am getting the error microflow could not be found. I tried only the microflow name in the string and modulename/directory/microflowname, but both do not work. Could someone enlight what to fill in the microflow name string? Regards, Ronald
asked
1 answers
3

Folders in a module are only for keeping things organised in your model.

For the runtime it's all flat. Try ModuleName.Microflow.

Edit: Slash should be a period.

answered