WorkforceLogger
init
- workforce_id (str): The unique identifier for the workforce.
_log_event
- event_type (str): The type of event being logged. **kwargs: Additional data associated with the event.
log_task_created
log_task_decomposed
log_task_assigned
log_task_started
log_task_completed
log_task_failed
log_worker_created
log_worker_deleted
reset_task_data
log_queue_status
dump_to_json
- file_path (str): The path to the JSON file.