backend.api.tasks.log_skeleton_tasks¶
Contains the tasks for handling log skeletons and related operations.
Functions¶
|
Computes the log skeleton and stores it in the app state. |
Module Contents¶
- backend.api.tasks.log_skeleton_tasks.compute_and_store_log_skeleton(app: fastapi.FastAPI, job_id: str, celonis: backend.celonis_connection.celonis_connection_manager.CelonisConnectionManager) None ¶
Computes the log skeleton and stores it in the app state.
- Parameters:
app – The FastAPI app instance.
job_id – The ID of the job to be computed.
celonis – The CelonisConnectionManager instance.