I have several processes in one workflow that are somewhat independent of each other but related. They each start with a different input file but they all export to separate tabs within the same excel workbook. This is mostly not an issue but occasionally there will be a collision where a process attempts to access the output file while another one still has it opened causing that process to fail. How can I insure that each independent process executes sequentially so that two aren't attempting to access the output file at the same time.