@nocobase/plugin-ai 2.3.0-beta.3 → 3.0.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/dist/ai/docs/nocobase/ai/ai-quick-start.md +1 -1
  2. package/dist/ai/docs/nocobase/ai/claude-code/index.md +1 -1
  3. package/dist/ai/docs/nocobase/ai/codex/index.md +1 -1
  4. package/dist/ai/docs/nocobase/ai/hermes-agent/index.md +1 -1
  5. package/dist/ai/docs/nocobase/ai/index.md +6 -25
  6. package/dist/ai/docs/nocobase/ai/install-nocobase-app.md +1 -1
  7. package/dist/ai/docs/nocobase/ai/openclaw/index.md +1 -1
  8. package/dist/ai/docs/nocobase/ai/opencode/index.md +1 -1
  9. package/dist/ai/docs/nocobase/ai/quick-start.mdx +9 -7
  10. package/dist/ai/docs/nocobase/ai/workbuddy/index.md +1 -1
  11. package/dist/ai/docs/nocobase/ai-builder/ai-portal/agent-workflow.md +153 -0
  12. package/dist/ai/docs/nocobase/ai-builder/ai-portal/components.md +134 -0
  13. package/dist/ai/docs/nocobase/ai-builder/ai-portal/deploy.md +164 -0
  14. package/dist/ai/docs/nocobase/ai-builder/ai-portal/index.md +144 -0
  15. package/dist/ai/docs/nocobase/ai-builder/ai-portal/model-selection.md +120 -0
  16. package/dist/ai/docs/nocobase/ai-builder/ai-portal/project-structure.md +128 -0
  17. package/dist/ai/docs/nocobase/ai-builder/index.md +73 -32
  18. package/dist/ai/docs/nocobase/ai-builder/ui-builder.md +2 -0
  19. package/dist/ai/docs/nocobase/ai-dev/index.md +2 -1
  20. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/complete-example.md +206 -0
  21. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-ai-employee.md +149 -0
  22. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-skill.md +138 -0
  23. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-tool.md +189 -0
  24. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/frontend-tool-ui.md +296 -0
  25. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/index.md +126 -0
  26. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/internationalization.md +88 -0
  27. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/troubleshooting.md +86 -0
  28. package/dist/ai/docs/nocobase/ai-employees/{knowledge-base/dev → dev/knowledge-base}/external-knowledge-base.md +2 -2
  29. package/dist/ai/docs/nocobase/ai-employees/knowledge-base/knowledge-base/index.md +1 -1
  30. package/dist/ai/docs/nocobase/api/app/env.md +1 -1
  31. package/dist/ai/docs/nocobase/api/cli/index.md +14 -2
  32. package/dist/ai/docs/nocobase/api/cli/portal/config.md +46 -0
  33. package/dist/ai/docs/nocobase/api/cli/portal/create.md +45 -0
  34. package/dist/ai/docs/nocobase/api/cli/portal/deploy.md +39 -0
  35. package/dist/ai/docs/nocobase/api/cli/portal/destroy.md +43 -0
  36. package/dist/ai/docs/nocobase/api/cli/portal/dev.md +51 -0
  37. package/dist/ai/docs/nocobase/api/cli/portal/index.md +142 -0
  38. package/dist/ai/docs/nocobase/api/cli/portal/info.md +41 -0
  39. package/dist/ai/docs/nocobase/api/cli/portal/list.md +40 -0
  40. package/dist/ai/docs/nocobase/api/cli/portal/pull.md +53 -0
  41. package/dist/ai/docs/nocobase/api/cli/portal/push.md +41 -0
  42. package/dist/ai/docs/nocobase/development/index.md +1 -1
  43. package/dist/ai/docs/nocobase/get-started/installation/env.md +1 -1
  44. package/dist/ai/docs/nocobase/nocobase-cli/installation/cli.md +1 -1
  45. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-edit/index.md +1 -1
  46. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-update/index.md +1 -1
  47. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-custom-request/index.md +1 -1
  48. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-duplicate/index.md +1 -1
  49. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-export/index.md +1 -1
  50. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-import/index.md +1 -1
  51. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-print/index.md +1 -1
  52. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai/index.md +1 -1
  53. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai-gigachat/index.md +1 -1
  54. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-doc/index.md +1 -1
  55. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-keys/index.md +1 -1
  56. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-async-task-manager/index.md +1 -1
  57. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-audit-logs/index.md +1 -1
  58. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth/index.md +1 -1
  59. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-sms/index.md +1 -1
  60. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backup-restore/index.md +1 -1
  61. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backups/index.md +1 -1
  62. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-comment/index.md +1 -1
  63. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-grid-card/index.md +1 -1
  64. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-iframe/index.md +1 -1
  65. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-list/index.md +1 -1
  66. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-markdown/index.md +1 -1
  67. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-multi-step-form/index.md +1 -1
  68. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-template/index.md +1 -1
  69. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-tree/index.md +1 -1
  70. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-workbench/index.md +1 -1
  71. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-calendar/index.md +1 -1
  72. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-charts/index.md +1 -1
  73. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-client/index.md +1 -1
  74. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-fdw/index.md +1 -1
  75. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-sql/index.md +1 -1
  76. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-tree/index.md +1 -1
  77. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-comments/index.md +1 -1
  78. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-custom-variables/index.md +1 -1
  79. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-main/index.md +1 -1
  80. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-manager/index.md +1 -1
  81. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization/index.md +1 -1
  82. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization-echarts/index.md +1 -1
  83. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-departments/index.md +1 -1
  84. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-embed/index.md +1 -1
  85. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-environment-variables/index.md +1 -1
  86. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-error-handler/index.md +1 -1
  87. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-attachment-url/index.md +1 -1
  88. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-china-region/index.md +1 -1
  89. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-code/index.md +1 -1
  90. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-formula/index.md +1 -1
  91. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-m2m-array/index.md +1 -1
  92. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-markdown-vditor/index.md +1 -1
  93. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sequence/index.md +1 -1
  94. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sort/index.md +1 -1
  95. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-manager/index.md +1 -1
  96. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-previewer-office/index.md +1 -1
  97. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-flow-engine/index.md +1 -1
  98. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-form-drafts/index.md +1 -1
  99. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-gantt/index.md +1 -1
  100. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-graph-collection-manager/index.md +1 -1
  101. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-idp-oauth/index.md +1 -1
  102. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-kanban/index.md +1 -1
  103. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-license/index.md +1 -1
  104. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-locale-tester/index.md +1 -1
  105. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-localization/index.md +1 -1
  106. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-logger/index.md +1 -1
  107. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-map/index.md +1 -1
  108. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mcp-server/index.md +1 -1
  109. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile/index.md +1 -1
  110. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile-client/index.md +1 -1
  111. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-manager/index.md +1 -1
  112. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-share-collection/index.md +1 -1
  113. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-keyword-filter/index.md +1 -1
  114. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-email/index.md +1 -1
  115. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-in-app-message/index.md +1 -1
  116. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-manager/index.md +1 -1
  117. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-public-forms/index.md +1 -1
  118. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-snapshot-field/index.md +1 -1
  119. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-system-settings/index.md +1 -1
  120. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-text-copy/index.md +1 -1
  121. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-theme-editor/index.md +1 -1
  122. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-layout/index.md +1 -1
  123. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-schema-storage/index.md +1 -1
  124. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-templates/index.md +1 -1
  125. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-user-data-sync/index.md +1 -1
  126. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-users/index.md +1 -1
  127. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-verification/index.md +1 -1
  128. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow/index.md +1 -1
  129. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-action-trigger/index.md +1 -1
  130. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-aggregate/index.md +1 -1
  131. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-cc/index.md +1 -1
  132. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-custom-action-trigger/index.md +1 -1
  133. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-date-calculation/index.md +1 -1
  134. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-delay/index.md +1 -1
  135. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-dynamic-calculation/index.md +1 -1
  136. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-javascript/index.md +1 -1
  137. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-json-variable-mapping/index.md +1 -1
  138. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-loop/index.md +1 -1
  139. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-mailer/index.md +1 -1
  140. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-manual/index.md +1 -1
  141. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-notification/index.md +1 -1
  142. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-parallel/index.md +1 -1
  143. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request/index.md +1 -1
  144. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request-interceptor/index.md +1 -1
  145. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-response-message/index.md +1 -1
  146. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-sql/index.md +1 -1
  147. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-test/index.md +1 -1
  148. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-variable/index.md +1 -1
  149. package/dist/client/{244.28ee769f796b7c2f.js → 244.276308c9b2090ec2.js} +1 -1
  150. package/dist/client/{264.cc98933ef65608b6.js → 264.6ca5f2eeb4173d86.js} +1 -1
  151. package/dist/client/index.js +2 -2
  152. package/dist/client-v2/{244.39348a95d627d9e3.js → 244.e85b8d4659ca66c0.js} +1 -1
  153. package/dist/client-v2/{264.be92ff6a4d2612f1.js → 264.3c7d8e90aa7f46ee.js} +1 -1
  154. package/dist/client-v2/index.js +2 -2
  155. package/dist/externalVersion.js +15 -15
  156. package/dist/node_modules/@langchain/mistralai/package.json +1 -1
  157. package/dist/node_modules/@langchain/xai/package.json +1 -1
  158. package/dist/node_modules/fs-extra/package.json +1 -1
  159. package/dist/node_modules/jsonrepair/package.json +1 -1
  160. package/dist/node_modules/just-bash/package.json +1 -1
  161. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  162. package/dist/node_modules/openai/package.json +1 -1
  163. package/dist/node_modules/zod/package.json +1 -1
  164. package/dist/server/ai-employees/ai-conversations.d.ts +2 -1
  165. package/dist/server/ai-employees/ai-conversations.js +2 -0
  166. package/dist/server/collections/ai-conversations.js +5 -0
  167. package/dist/server/migrations/20260803185305-migrate-ai-conversations-portal-name.d.ts +14 -0
  168. package/dist/server/migrations/20260803185305-migrate-ai-conversations-portal-name.js +52 -0
  169. package/dist/server/resource/aiConversations.js +14 -2
  170. package/package.json +2 -2
@@ -7,7 +7,7 @@ description: |
7
7
  Used for sending email notifications with built-in SMTP transport.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  It supports users in receiving real-time message notifications within the NocoBase application.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Share public forms externally to collect information from anonymous users
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  deprecated: true
12
12
  editionLevel: 0
13
13
  ---
@@ -7,7 +7,7 @@ description: |
7
7
  Used to adjust the system title, logo, language, etc.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Add copy button to text fields
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides desktop layout, mobile layout, and route management pages.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides centralized UI schema storage service.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  Provides block templates and popup templates for UI reuse.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  editionLevel: 0
14
14
  ---
15
15
 
@@ -7,7 +7,7 @@ description: |
7
7
  Reigster and manage extensible user data synchronization sources, with HTTP API provided by default. Support for synchronizing data to resources such as users and departments.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides basic user model, as well as created by and updated by fields.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  User identity verification management, including SMS, TOTP authenticator, with extensibility.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Triggered after the completion of a request initiated through an action button or API, such as after adding, updating, deleting data, or "submit to workflow". Suitable for data processing, sending notifications, etc., after actions are completed.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provide a CC (carbon copy) feature in workflows to send approvals, or any other type of information to specified users.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -10,7 +10,7 @@ description: |
10
10
  Triggers after click a custom action button.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -10,7 +10,7 @@ description: |
10
10
  Used to do date calculation in workflows, such as manipulating, comparing and formatting, etc.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -7,7 +7,7 @@ description: |
7
7
  Could be used in workflow parallel branch for waiting other branches.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Useful plugin for doing dynamic calculation based on expression collection records in workflow.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  deprecated: true
12
12
  editionLevel: 0
13
13
  ---
@@ -10,7 +10,7 @@ description: |
10
10
  Execute a piece of JavaScript in an isolated Node.js environment.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -7,7 +7,7 @@ description: |
7
7
  Used for mapping any JSON data to structured variables for usage in subsequent nodes.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Send email in workflow.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Could be used for workflows which some of decisions are made by users.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Send notification in workflow.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Could be used for parallel execution of branch processes in the workflow.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Send HTTP requests to any HTTP service for data interaction in workflow.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -10,7 +10,7 @@ description: |
10
10
  Triggered before the execution of a request initiated through an action button or API, such as before adding, updating, or deleting data. Suitable for data validation and logic judgment before action, and the request could be rejected by using the "End process" node.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -7,7 +7,7 @@ description: |
7
7
  Used for assemble response message and showing to client in form event and request interception workflows.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Execute SQL statements in workflow.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
 
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -10,7 +10,7 @@ description: |
10
10
  Used for creating custom variables or assigning value to it in workflows, to save temporary data in the process.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16