We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5ae26 commit c40c364Copy full SHA for c40c364
utils/batch_processing.py
@@ -33,6 +33,7 @@ def batch_processing(
33
- batch_description: This is the description of the batch. E.g. Pre-invitation (FIT)
34
- latest_event_status: This is the status the subject will get updated to after the batch has been processed.
35
- run_timed_events: This is an optional input that executes bcss_timed_events if set to True
36
+ - get_subjects_from_pdf: This is an optial input to change the method of retrieving subjects from the batch from the Db to the PDF file.
37
"""
38
logging.info(f"Processing {batch_type} - {batch_description} batch")
39
BasePage(page).click_main_menu_link()
0 commit comments