Process is running twice

We have connected a process executor( for creating folders & move files) inside a workflow. But while executing the whole flow, the process executor alone running multiple times without executing the next connected workflows. Why and how to get out from this? Pls reply

P.S:- we have tried Abort process plugin but it is terminating the whole automation

Hi Vijay,

I would suggest using workflow executor as you just have to create folders and move files.

You can use the ‘Process files’ step to move the files and createFolder function in Modified javascript to create a new folder.

Syntax: createFolder(FolderPath_withFolderName);

1 Like