I had a problem while passing from the Development Machine to the Production machine.
I had a part of the workflow
created in the Development Machine
and when I pass to the Production Machine I get the following error:
Could not find type ‘UiPath_Custom.MoveDirectory’ in assembly ‘customactivity01’. Row: 1054, Column: 12
Can someone help me in solving the problem?
Thank you so much,
camilla
you have to invoke MoveDirectory somewhere in your workflow, specifying only the srcFolder and the destFolder. it will recursively copy all the files and directories from the srcFolder.