alab_management.task_view package#
Submodules#
- alab_management.task_view.completed_task_view module
- alab_management.task_view.task module
BaseTaskBaseTask.add_to()BaseTask.cleanup_on_cancelBaseTask.format_error_report()BaseTask.from_kwargs()BaseTask.get_message()BaseTask.is_offlineBaseTask.on_cancel()BaseTask.priorityBaseTask.result_specificationBaseTask.run()BaseTask.run_subtask()BaseTask.samplesBaseTask.set_message()BaseTask.validate()
LargeResultLargeResult.check_file_like_data()LargeResult.check_if_stored()LargeResult.file_like_dataLargeResult.from_file_like_data()LargeResult.from_local_file()LargeResult.identifierLargeResult.local_pathLargeResult.model_computed_fieldsLargeResult.model_configLargeResult.model_fieldsLargeResult.retrieve()LargeResult.storage_typeLargeResult.store()
TaskCancelledErroradd_reroute_task()add_task()get_all_tasks()get_task_by_name()
- alab_management.task_view.task_enums module
- alab_management.task_view.task_view module
TaskViewTaskView.CANCELABLE_LIVE_STATUSTaskView.CANCELABLE_PENDING_STATUSTaskView.create_subtask()TaskView.create_task()TaskView.encode_task()TaskView.exists()TaskView.get_all_tasks_from_db()TaskView.get_ready_tasks()TaskView.get_status()TaskView.get_task()TaskView.get_task_with_sample()TaskView.get_tasks_by_status()TaskView.get_tasks_to_be_canceled()TaskView.is_canceling()TaskView.mark_task_as_canceling()TaskView.set_message()TaskView.set_task_actor_id()TaskView.task_type_exists_in_db()TaskView.try_to_mark_task_ready()TaskView.update_canceling_progress()TaskView.update_result()TaskView.update_status()TaskView.update_subtask_result()TaskView.update_subtask_status()TaskView.update_task_dependency()
Module contents#
Task-related things.