📄️ Creating Service Elements
create-service-elements}
📄️ Calling Elements In Service Functions
Within service elements, each service function can call other backend elements to compose complex business processing workflows. JitAi supports developers in calling other elements both visually and by writing code directly within service functions.
📄️ Service Elements Usage Scenarios
Where Service Functions Are Used
📄️ Background Tasks
Background tasks are the core capability for implementing periodic and automated business processing in the JitTask framework. Through background tasks, developers can allow the system to automatically execute specific business logic on a scheduled or on-demand basis without manual intervention.
📄️ Event Handling
Event handling is an automation mechanism in JitAi applications. When specific situations occur (such as data changes, approval status changes, etc.), the system automatically executes preset business logic. Simply put, it's a "when...then automatically do..." response mechanism that helps developers build event-driven application systems.