@nocobase/plugin-workflow-aggregate
Version:
Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.
34 lines (33 loc) • 1.47 kB
JSON
{
"name": "@nocobase/plugin-workflow-aggregate",
"displayName": "Workflow: Aggregate node",
"displayName.zh-CN": "工作流:聚合查询节点",
"displayName.ru-RU": "Рабочий процесс: Узел агрегации",
"description": "Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.",
"description.zh-CN": "可用于在工作流中对数据库进行聚合查询,如:统计数量、求和、平均值等。",
"description.ru-RU": "Используется для агрегирования данных из базы данных в рабочем процессе, например: статистика, сумма, среднее и т.д.",
"version": "2.1.30",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/workflow-aggregate",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-aggregate",
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-aggregate",
"devDependencies": {
"antd": "5.x",
"joi": "^17.13.3",
"react": "18.x",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/database": "2.x",
"@nocobase/plugin-workflow": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x",
"mathjs": "^15.1.0"
},
"gitHead": "c1a4bff0fd3c8b30e06fc6f50ad33e054b04061a",
"keywords": [
"Workflow"
]
}