Pause processing until another flow completes

Post Reply
kheslin
Newbie
Posts: 5
Joined: Tue Jun 27, 2017 11:37 pm

Pause processing until another flow completes

Post by kheslin »

I have a flow that receives 2 files via email. Both files are in the same email.

The first file is a multi line CSV, the second file is a zip file that has a file for each line in the CSV file.
The CSV file needs to be processed before the zip file can be processed.
I am currently using CSV2XML to break up the CSV in individual XML files.
These XML files are then used to update a SQL DB with date for processing the individual files in the ZIP file.

Is there an easy way to "hold" the ZIP file until the processing for the CSV file is completed?

Thanks in advance.
Zoranj
Member
Posts: 107
Joined: Tue Sep 20, 2016 7:37 pm
Location: Canada

Re: Pause processing until another flow completes

Post by Zoranj »

Perhaps you could "store" zip file in local folder and when your csv processing is done, inject zip file into flow from folder.
Post Reply