From d21c6200af35469af601a621fbd338944abff59f Mon Sep 17 00:00:00 2001 From: Christian Tabedzki <35670232+tabedzki@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:31:11 -0400 Subject: [PATCH] fixed double https:// --- src/software/automation_pipeline_developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/software/automation_pipeline_developer.md b/src/software/automation_pipeline_developer.md index 75b39b4..2d96f92 100644 --- a/src/software/automation_pipeline_developer.md +++ b/src/software/automation_pipeline_developer.md @@ -83,7 +83,7 @@ The class that manages workflow at the recording level is (Params Config file): This dictionary defines status definitions and corresponding functions to execute. + + **recording_process_status_dict** in (Params Config file): This dictionary defines status definitions and corresponding functions to execute. + **pipeline_handler_main** in (RecProcessHandler): Main function in recording process workflow 1. Executes corresponding functions based in status. 2. Executed every 30 minutes to check for new recordings to be handled.