I'm trying to set up notification of when 2 reports are received into a specific directory. Ideally the workflow should be
Job 1:
Condition: Check if both reports are already in the directory. If so, exit job. Else,
Between 2pm and 4pm, every 5 minutes, logon to FTP site and download any files.
Decrypt to custom folder.
Job 2:
File trigger set to look at custom folder where reports are decrypted.
Condition: Check that both files were recieved. If so, continue, else exit.
Email notification that both reports received (must be sent within 15 minutes of receipt of files). If the reports are not received by 4pm, email with failure notification.
I have job 1 setup and working correctly but struggling with job 2. Does anyone have any suggestions?
Thanks!