This section introduces extensions related to Workflow Trigger in the Xpert plugin system. If you want a Digital Expert to be triggered not only from the in-platform chat interface, but also from external messaging systems or scheduled tasks, you can extend it through Trigger plugins.Documentation Index
Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
Use this file to discover all available pages before exploring further.
Scope of this section
Design highlights
Trigger plugins typically implement the following capabilities:- Trigger metadata (
meta): Used to display trigger name, icon, and config form in the frontend. - Configuration validation (
validate): Checks required fields and binding conflicts before publishing. - Publish and stop (
publish / stop): Registers and releases trigger runtime resources. - Bootstrap recovery strategy (
bootstrap): Controls whether triggers recover automatically after system restart.
Related features
- Workflow trigger concepts and node description: Trigger
- Multi-entry access for Digital Expert: Digital Expert
- Plugin system overview: Plugin Overview