đī¸ Creating Service Elements
Create service elements for business logic encapsulation. Define custom Python-based backend functions with high cohesion and low coupling.
đī¸ Calling Elements in Service Functions
Call data models, services, AI elements, and other business elements from service functions. Inter-element communication patterns.
đī¸ Service Elements Usage Scenarios
Service elements usage scenarios and best practices. When and how to use service elements for business logic in applications.
đī¸ Background Tasks
Implement periodic and automated business processing with JitTask. Scheduled tasks and date field tasks for background automation.
đī¸ Event Handling
Event-driven automation mechanism for JitAi applications. Model events, approval events, custom events, and AI-related event handling.