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.