Legacy Pipeline Atlas worker-1snapshot 2026-07-15

Batch / file feed · RevFind pipeline

SSR · Enqueue-Schedule-Data-Files

pipeline SSR/Enqueue-Schedule-Data-Files · db SouthSoundRadiology_ProdMirror · updated 2025-09-17
classification: other · 0 Flow markers

trigger

How it's scheduled

Real-time loop — every 30 min (~33×/day)

New appointments land continuously on the Batch / file feed. Front-of-house work is time-boxed — the estimate and letter have to reach the patient before the visit — so the pipeline polls every 30 minutes to process the visits within minutes of an appointment being booked, rather than waiting for an overnight batch.

Scheduled taskCadenceServerStateCoordination
\MDC\Daily - Processing - SSRevery 30 min (from 07:05)prod-db-1enabledstandalone

shape

Against the canonical Flow spine

Every Flow pipeline is a variation on one shape. Lit stages are the ones this pipeline runs; the labels match the capability lens.

Ingest
Batch / file feed
Eligibility & benefits
Estimate
Letters
Work queue & sync

task tree

What the pipeline runs

Tasks in order, each with what it does — typed stepsfrom the MDClarity task docs (click to open the reference), sub-jobsyou can expand inline (▶) to reveal their own tasks, and SQL steps summarized by Gemini (✨). Every step shows the tables it writes/reads and which earlier step it feeds from(sqlglot lineage).

other

Enqueue-Schedule-Data-Files

5 tasks · SSR
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
  1. DownloadDownload
    Downloads files from remote FTP or SFTP servers to local directories with support for archiving and parallel transfers.
    remote directory=/local directory={SourceDataFolder}remote archive directory=StagingProcessingTest
  2. Delete Archived FilesExecuteProcess
    command=cmd.exearguments=/c del /F /Q /A "{SourceDataArchive}\*"
  3. Truncate File Queuesqlenqueue_schedule_data_files__truncate_file_queue.sql
    writes FileQueueScheduleData
  4. Enqueue-Schedule-Data-Filesub-job · 1
    1. Load FileQueueScheduleDatasqlenqueue_schedule_data_file__load_filequeuescheduledata.sql
      Records file names and paths into the schedule data queue for subsequent processing.
      writes FileQueueScheduleData
  5. FileQueue Checksqlenqueue_schedule_data_files__filequeue_check.sql
    · reads FileQueueScheduleData
    ↳ feeds from Truncate File Queue