tasker-orchestration 0.1.4

Orchestration system for tasker workflow coordination
//! # Service Layer Tests (TAS-76, TAS-63)
//!
//! Integration tests for the extracted service layer, validating that
//! services work correctly with real database pools and task templates.
//!
//! TAS-63: Added query service, analytics service, and orchestration module
//! integration tests (viable_step_discovery, decision_point, batch_processing).

mod analytics_service_tests;
mod batch_processing_tests;
mod decision_point_tests;
mod event_system_tests;
mod health_service_tests;
mod step_query_service_tests;
mod step_service_tests;
mod task_query_service_tests;
mod task_service_tests;
mod template_query_service_tests;
mod viable_step_discovery_tests;