English
Overview
About 88 wordsLess than 1 minute
2026-01-09
Supports creating scheduled function tasks to execute periodic operations, meeting enterprise needs for regular batch data processing.
Usage:
- Bind an object and set the correct conditions
- The context.objectIds in the function represent the qualified object IDs
- Perform operations on the qualified object IDs
Notes:
- Each scheduled task can only bind one object as query condition
- Avoid querying large datasets or executing long-running tasks in functions, as timeout tasks may be interrupted and block subsequent task execution
