Hi
I'm working in a workflow where I need to deliver a file to multiple folders and then move the original file to a "processed folder". The problem is that I can't garantee the sequence of the processes and if I mark "Move instead of Copy" in one of the deliveries, other processes can fail because of the original file had been moved.
How can I solve this situation?
Thanks
Conrado
Copy file to multiple folders and move it to a "Processed Files" at the end
Re: Copy file to multiple folders and move it to a "Processed Files" at the end
Hi Conrado,
You can use a hold node to synchronize all your branches. This will allow you to move your original file without any issue at the end of your workflow.
So put a hold node like this :
hope it helps.
Cheers.
You can use a hold node to synchronize all your branches. This will allow you to move your original file without any issue at the end of your workflow.
So put a hold node like this :
hope it helps.
Cheers.
- Attachments
-
- hold.png (50.44 KiB) Viewed 199 times
Re: Copy file to multiple folders and move it to a "Processed Files" at the end
This explains why benjamins approach will end up with 2 failed and 1 success jobs
viewtopic.php?p=3565#p3565
3 branches try to move original file but only one can succeed, the hold and sync option in this case is not 3 in 1 out but 3 in 3 out - even when it looks different on the GUI.
This is one way to handle the situation without errors:
https://www.ffastrans.com/frm/forum/vie ... 3&start=10
viewtopic.php?p=3565#p3565
3 branches try to move original file but only one can succeed, the hold and sync option in this case is not 3 in 1 out but 3 in 3 out - even when it looks different on the GUI.
This is one way to handle the situation without errors:
https://www.ffastrans.com/frm/forum/vie ... 3&start=10
emcodem, wrapping since 2009 you got the rhyme?
Re: Copy file to multiple folders and move it to a "Processed Files" at the end
Yeahhh Emcodem, you are right, i'm sorry i answered too quickly...But once i do it before you
Another way might be to use a hold function to pause the branch with the process taking the longest time.
Anyway, your solution is really more complicated but maybe there is no other way.
Thanks to you Emcodem

Another way might be to use a hold function to pause the branch with the process taking the longest time.
Anyway, your solution is really more complicated but maybe there is no other way.
Thanks to you Emcodem
Re: Copy file to multiple folders and move it to a "Processed Files" at the end
It was a little more complicated than I expected.
Great Job.
Thanks
Great Job.
Thanks