# # Task management variables # status_running: str = "RUNNING" status_failed: str = "N" status_success: str = "Y"