Zync Service Task Manager
Public API manager for service task operations in the Zync SDK.
ServiceTasks are individual work items within jobs that track specific activities, asset inspections, and form submissions with complete audit trails.
This manager provides the public interface for service task functionality, following the offline-first approach where local data is returned immediately and background sync operations keep the data updated.
Functions
Get master inspection form by form UID.
Get detailed information for a specific service task.
Get list of service tasks with simple result-based API. Client handles loading states externally.
Get submitted inspection form with offline-first approach.
Observe real-time changes to service tasks for a specific module.
Submit service task inspection form with offline-first approach.
Update existing service task inspection form with offline-first approach.
Update service task status with optional user assignment support. This method provides complete offline-first service task status management with assignment capabilities.