@nocobase/plugin-workflow-action-trigger 1.9.15 → 1.9.16

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.
@@ -9,18 +9,18 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.9.15",
13
- "@nocobase/plugin-workflow": "1.9.15",
12
+ "@nocobase/client": "1.9.16",
13
+ "@nocobase/plugin-workflow": "1.9.16",
14
14
  "react": "18.2.0",
15
15
  "react-i18next": "11.18.6",
16
16
  "lodash": "4.17.21",
17
17
  "sequelize": "6.35.2",
18
- "@nocobase/database": "1.9.15",
19
- "@nocobase/server": "1.9.15",
20
- "@nocobase/actions": "1.9.15",
21
- "@nocobase/plugin-error-handler": "1.9.15",
22
- "@nocobase/data-source-manager": "1.9.15",
23
- "@nocobase/plugin-workflow-test": "1.9.15",
24
- "@nocobase/test": "1.9.15",
25
- "@nocobase/utils": "1.9.15"
18
+ "@nocobase/database": "1.9.16",
19
+ "@nocobase/server": "1.9.16",
20
+ "@nocobase/actions": "1.9.16",
21
+ "@nocobase/plugin-error-handler": "1.9.16",
22
+ "@nocobase/data-source-manager": "1.9.16",
23
+ "@nocobase/plugin-workflow-test": "1.9.16",
24
+ "@nocobase/test": "1.9.16",
25
+ "@nocobase/utils": "1.9.16"
26
26
  };
@@ -1,22 +1,22 @@
1
1
  {
2
- "Form event": "Formularereignis",
2
+ "Associations to use": "Zu verwendende Verknüpfungen",
3
+ "Collection": "Sammlung",
4
+ "Create record action": "Datensatz erstellen Aktion",
3
5
  "Event triggers when submitted a workflow bound form action.": "Ereignis wird ausgelöst, wenn eine an einen Workflow gebundene Formularaktion übermittelt wird.",
4
6
  "Form data model": "Formulardatenmodell",
5
- "Use a collection to match form data.": "Verwenden Sie eine Sammlung, um Formulardaten abzugleichen.",
7
+ "Form event": "Formularereignis",
8
+ "Global mode, triggered after the completion of the following actions": "Globaler Modus, wird nach Abschluss der folgenden Aktionen ausgelöst",
9
+ "Local mode, triggered after the completion of actions bound to this workflow": "Lokaler Modus, wird nach Abschluss von Aktionen ausgelöst, die an diesen Workflow gebunden sind",
6
10
  "Post-action event": "Ereignis nach Aktion",
7
- "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Wird nach Abschluss einer Anfrage ausgelöst, die über eine Aktionsschaltfläche oder API initiiert wurde, z. B. nach dem Hinzufügen oder Aktualisieren von Daten. Geeignet für Datenverarbeitung, Senden von Benachrichtigungen usw. nach Abschluss von Aktionen.",
8
- "Collection": "Sammlung",
11
+ "Role of user acted": "Rolle des handelnden Benutzers",
12
+ "Role of user submitted form": "Rolle des vom Benutzer übermittelten Formulars",
13
+ "Select actions": "Aktionen auswählen",
9
14
  "The collection to which the triggered data belongs.": "Die Sammlung, zu der die ausgelösten Daten gehören.",
15
+ "Trigger data": "Auslöserdaten",
10
16
  "Trigger mode": "Auslösemodus",
11
- "Local mode, triggered after the completion of actions bound to this workflow": "Lokaler Modus, wird nach Abschluss von Aktionen ausgelöst, die an diesen Workflow gebunden sind",
12
- "Global mode, triggered after the completion of the following actions": "Globaler Modus, wird nach Abschluss der folgenden Aktionen ausgelöst",
13
- "Select actions": "Aktionen auswählen",
14
- "Create record action": "Datensatz erstellen Aktion",
17
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Wird nach Abschluss einer Anfrage ausgelöst, die über eine Aktionsschaltfläche oder API initiiert wurde, z. B. nach dem Hinzufügen oder Aktualisieren von Daten. Geeignet für Datenverarbeitung, Senden von Benachrichtigungen usw. nach Abschluss von Aktionen.",
15
18
  "Update record action": "Datensatz aktualisieren Aktion",
16
- "Associations to use": "Zu verwendende Verknüpfungen",
17
- "User submitted form": "Vom Benutzer übermitteltes Formular",
18
- "Role of user submitted form": "Rolle des vom Benutzer übermittelten Formulars",
19
- "Trigger data": "Auslöserdaten",
19
+ "Use a collection to match form data.": "Verwenden Sie eine Sammlung, um Formulardaten abzugleichen.",
20
20
  "User acted": "Handelnder Benutzer",
21
- "Role of user acted": "Rolle des handelnden Benutzers"
22
- }
21
+ "User submitted form": "Vom Benutzer übermitteltes Formular"
22
+ }
@@ -1,16 +1,16 @@
1
1
  {
2
- "Post-action event": "Post-action event",
3
- "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
2
+ "Associations to use": "Associations to use",
4
3
  "Collection": "Collection",
5
- "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
6
- "Trigger mode": "Trigger mode",
7
- "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
4
+ "Create record action": "Create record action",
8
5
  "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
7
+ "Post-action event": "Post-action event",
8
+ "Role of user acted": "Role of user acted",
9
9
  "Select actions": "Select actions",
10
- "Create record action": "Create record action",
11
- "Update record action": "Update record action",
12
- "Associations to use": "Associations to use",
10
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
13
11
  "Trigger data": "Trigger data",
14
- "User acted": "User acted",
15
- "Role of user acted": "Role of user acted"
12
+ "Trigger mode": "Trigger mode",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
14
+ "Update record action": "Update record action",
15
+ "User acted": "User acted"
16
16
  }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Associations to use": "Associations to use",
3
+ "Collection": "Collection",
4
+ "Create record action": "Create record action",
5
+ "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
7
+ "Post-action event": "Post-action event",
8
+ "Role of user acted": "Role of user acted",
9
+ "Select actions": "Select actions",
10
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
11
+ "Trigger data": "Trigger data",
12
+ "Trigger mode": "Trigger mode",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
14
+ "Update record action": "Update record action",
15
+ "User acted": "User acted"
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Associations to use": "Associations to use",
3
+ "Collection": "Collection",
4
+ "Create record action": "Create record action",
5
+ "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
7
+ "Post-action event": "Post-action event",
8
+ "Role of user acted": "Role of user acted",
9
+ "Select actions": "Select actions",
10
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
11
+ "Trigger data": "Trigger data",
12
+ "Trigger mode": "Trigger mode",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
14
+ "Update record action": "Update record action",
15
+ "User acted": "User acted"
16
+ }
@@ -1,17 +1,16 @@
1
1
  {
2
- "Post-action event": "Evento post-azione",
3
- "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.":
4
- "Attivato dopo il completamento con esito positivo di una richiesta avviata tramite un pulsante di azione o un'API, ad esempio dopo l'aggiunta o l'aggiornamento di dati. Adatto per l'elaborazione dei dati, l'invio di notifiche, ecc. dopo il completamento delle azioni.",
2
+ "Associations to use": "Associazioni da utilizzare",
5
3
  "Collection": "Raccolta",
6
- "The collection to which the triggered data belongs.": "La raccolta a cui appartengono i dati attivati.",
7
- "Trigger mode": "Modalità di attivazione",
8
- "Local mode, triggered after the completion of actions bound to this workflow": "Modalità locale, attivata dopo il completamento delle azioni associate a questo workflow",
4
+ "Create record action": "Azione di creazione record",
9
5
  "Global mode, triggered after the completion of the following actions": "Modalità globale, attivata dopo il completamento delle seguenti azioni",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Modalità locale, attivata dopo il completamento delle azioni associate a questo workflow",
7
+ "Post-action event": "Evento post-azione",
8
+ "Role of user acted": "Ruolo dell'utente che ha agito",
10
9
  "Select actions": "Seleziona azioni",
11
- "Create record action": "Azione di creazione record",
12
- "Update record action": "Azione di aggiornamento record",
13
- "Associations to use": "Associazioni da utilizzare",
10
+ "The collection to which the triggered data belongs.": "La raccolta a cui appartengono i dati attivati.",
14
11
  "Trigger data": "Dati attivazione",
15
- "User acted": "Utente che ha agito",
16
- "Role of user acted": "Ruolo dell'utente che ha agito"
17
- }
12
+ "Trigger mode": "Modalità di attivazione",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Attivato dopo il completamento con esito positivo di una richiesta avviata tramite un pulsante di azione o un'API, ad esempio dopo l'aggiunta o l'aggiornamento di dati. Adatto per l'elaborazione dei dati, l'invio di notifiche, ecc. dopo il completamento delle azioni.",
14
+ "Update record action": "Azione di aggiornamento record",
15
+ "User acted": "Utente che ha agito"
16
+ }
@@ -1,22 +1,24 @@
1
1
  {
2
- "Form event": "フォーム イベント",
2
+ "Associations to use": "使用する関連付け",
3
+ "Collection": "コレクション",
4
+ "Create record action": "レコード作成アクション",
3
5
  "Event triggers when submitted a workflow bound form action.": "ワークフローに関連付けられたフォームアクションが送信されるとイベントがトリガーされます。",
4
6
  "Form data model": "フォーム データ モデル",
5
- "Use a collection to match form data.": "コレクションを使用してフォームデータと照合します。",
6
- "Associations to use": "使用する関連付け",
7
- "User submitted form": "ユーザー提出フォーム",
8
- "Role of user submitted form": "ユーザー提出フォームの役割",
7
+ "Form event": "フォーム イベント",
8
+ "Global mode, triggered after the completion of the following actions": "グローバルモード。以下のアクションが完了した後にトリガーされます。",
9
+ "Local mode, triggered after the completion of actions bound to this workflow": "ローカルモード。このワークフローにバインドされたアクションが完了した後にトリガーされます。",
9
10
  "Post-action event": "操作後のイベント",
10
- "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "アクションボタンやAPIでリクエストが完了した後、このイベントがトリガーされます。データ追加や更新が完了した後のデータ処理、通知送信などに適しています。",
11
- "Collection": "コレクション",
11
+ "Role of user acted": "操作者ロール",
12
+ "Role of user submitted action": "ユーザーが送信したアクションの役割",
13
+ "Role of user submitted form": "ユーザー提出フォームの役割",
14
+ "Select actions": "操作を選択",
12
15
  "The collection to which the triggered data belongs.": "トリガーデータが属するコレクション。",
16
+ "Trigger data": "トリガーデータ",
13
17
  "Trigger mode": "トリガーモード",
14
- "Local mode, triggered after the completion of actions bound to this workflow": "ローカルモード。このワークフローにバインドされたアクションが完了した後にトリガーされます。",
15
- "Global mode, triggered after the completion of the following actions": "グローバルモード。以下のアクションが完了した後にトリガーされます。",
16
- "Select actions": "操作を選択",
17
- "Create record action": "レコード作成アクション",
18
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "アクションボタンやAPIでリクエストが完了した後、このイベントがトリガーされます。データ追加や更新が完了した後のデータ処理、通知送信などに適しています。",
18
19
  "Update record action": "レコード更新アクション",
19
- "Trigger data": "トリガーデータ",
20
+ "Use a collection to match form data.": "コレクションを使用してフォームデータと照合します。",
21
+ "User acted": "操作者",
20
22
  "User submitted action": "ユーザーが送信したアクション",
21
- "Role of user submitted action": "ユーザーが送信したアクションの役割"
23
+ "User submitted form": "ユーザー提出フォーム"
22
24
  }
@@ -1,9 +1,22 @@
1
1
  {
2
- "Form event": " 이벤트",
2
+ "Associations to use": "사용할 연관 데이터",
3
+ "Collection": "컬렉션",
4
+ "Create record action": "레코드 생성 작업",
3
5
  "Event triggers when submitted a workflow bound form action.": "작업 흐름에 바인딩된 폼 작업이 제출될 때 이벤트가 트리거됩니다.",
4
6
  "Form data model": "폼 데이터 모델",
7
+ "Form event": "폼 이벤트",
8
+ "Global mode, triggered after the completion of the following actions": "글로벌 모드, 아래 작업 완료 후 트리거됨",
9
+ "Local mode, triggered after the completion of actions bound to this workflow": "로컬 모드, 이 워크플로우에 바인딩된 작업 완료 후 트리거됨",
10
+ "Post-action event": "후행 작업 이벤트",
11
+ "Role of user acted": "작업한 사용자의 역할",
12
+ "Role of user submitted form": "폼을 제출한 사용자의 역할",
13
+ "Select actions": "작업 선택",
14
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
15
+ "Trigger data": "트리거 데이터",
16
+ "Trigger mode": "트리거 모드",
17
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
18
+ "Update record action": "레코드 업데이트 작업",
5
19
  "Use a collection to match form data.": "폼 데이터를 일치시키기 위해 데이터 테이블을 사용합니다.",
6
- "Associations to use": "사용할 관련 데이터",
7
- "User submitted form": "사용자가 제출한 ",
8
- "Role of user submitted form": "사용자 제출 폼의 역할"
9
- }
20
+ "User acted": "작업한 사용자",
21
+ "User submitted form": "폼을 제출한 사용자"
22
+ }
@@ -1,9 +1,22 @@
1
1
  {
2
- "Form event": "Formuliergebeurtenis",
3
- "Event triggers when submitted a workflow bound form action.": "De gebeurtenis wordt geactiveerd wanneer een formulieractie die aan een workflow is gekoppeld wordt ingediend.",
4
- "Form data model": "Formuliergegevensmodel",
5
- "Use a collection to match form data.": "Gebruik een collectie om formuliergegevens te matchen.",
6
- "Associations to use": "Associaties om te gebruiken",
7
- "User submitted form": "Gebruiker heeft formulier ingediend",
8
- "Role of user submitted form": "Rol van de ingediende formuliergebruiker"
9
- }
2
+ "Associations to use": "Associaties om te gebruiken",
3
+ "Collection": "Collection",
4
+ "Create record action": "Create record action",
5
+ "Event triggers when submitted a workflow bound form action.": "De gebeurtenis wordt geactiveerd wanneer een formulieractie die aan een workflow is gekoppeld wordt ingediend.",
6
+ "Form data model": "Formuliergegevensmodel",
7
+ "Form event": "Formuliergebeurtenis",
8
+ "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
9
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
10
+ "Post-action event": "Post-action event",
11
+ "Role of user acted": "Role of user acted",
12
+ "Role of user submitted form": "Rol van de ingediende formuliergebruiker",
13
+ "Select actions": "Select actions",
14
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
15
+ "Trigger data": "Trigger data",
16
+ "Trigger mode": "Trigger mode",
17
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
18
+ "Update record action": "Update record action",
19
+ "Use a collection to match form data.": "Gebruik een collectie om formuliergegevens te matchen.",
20
+ "User acted": "User acted",
21
+ "User submitted form": "Gebruiker heeft formulier ingediend"
22
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Associations to use": "Associations to use",
3
+ "Collection": "Collection",
4
+ "Create record action": "Create record action",
5
+ "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
7
+ "Post-action event": "Post-action event",
8
+ "Role of user acted": "Role of user acted",
9
+ "Select actions": "Select actions",
10
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
11
+ "Trigger data": "Trigger data",
12
+ "Trigger mode": "Trigger mode",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
14
+ "Update record action": "Update record action",
15
+ "User acted": "User acted"
16
+ }
@@ -1,16 +1,16 @@
1
1
  {
2
- "Post-action event": "Событие \"После события\"",
3
- "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Запускается после завершения запроса, инициированного через кнопку действия или API, например, после добавления или обновления данных. Подходит для обработки данных, отправки уведомлений и т.д. после завершения действий.",
2
+ "Associations to use": "Используемые связи",
4
3
  "Collection": "Коллекция",
5
- "The collection to which the triggered data belongs.": "Коллекция, к которой принадлежат запущенные данные.",
6
- "Trigger mode": "Режим запуска",
7
- "Local mode, triggered after the completion of actions bound to this workflow": "Локальный режим, запускается после завершения действий, привязанных к этому рабочему процессу",
8
- "Global mode, triggered after the completion of the following actions": "Глобальный режим, запускается после завершения следующих действий",
9
- "Select actions": "Выбрать действия",
10
4
  "Create record action": "Действие создания записи",
5
+ "Global mode, triggered after the completion of the following actions": "Глобальный режим, срабатывает после завершения следующих действий",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Локальный режим, срабатывает после завершения действий, связанных с этим рабочим процессом",
7
+ "Post-action event": "После события",
8
+ "Role of user acted": "Роль пользователя, совершившего действие",
9
+ "Select actions": "Выбрать действия",
10
+ "The collection to which the triggered data belongs.": "Коллекция, к которой принадлежат запущенные данные.",
11
+ "Trigger data": "Данные триггера",
12
+ "Trigger mode": "Режим триггера",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Запускается после завершения запроса, инициированного через кнопку действия или API, например, после добавления или обновления данных. Подходит для обработки данных, отправки уведомлений и т.д. после завершения действий.",
11
14
  "Update record action": "Действие обновления записи",
12
- "Associations to use": "Связи для использования",
13
- "Trigger data": "Данные запуска",
14
- "User acted": "Пользователь действовал",
15
- "Role of user acted": "Роль пользователя, который действовал"
16
- }
15
+ "User acted": "Пользователь, совершивший действие"
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Associations to use": "Associations to use",
3
+ "Collection": "Collection",
4
+ "Create record action": "Create record action",
5
+ "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
7
+ "Post-action event": "Post-action event",
8
+ "Role of user acted": "Role of user acted",
9
+ "Select actions": "Select actions",
10
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
11
+ "Trigger data": "Trigger data",
12
+ "Trigger mode": "Trigger mode",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
14
+ "Update record action": "Update record action",
15
+ "User acted": "User acted"
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Associations to use": "Associations to use",
3
+ "Collection": "Collection",
4
+ "Create record action": "Create record action",
5
+ "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
7
+ "Post-action event": "Post-action event",
8
+ "Role of user acted": "Role of user acted",
9
+ "Select actions": "Select actions",
10
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
11
+ "Trigger data": "Trigger data",
12
+ "Trigger mode": "Trigger mode",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
14
+ "Update record action": "Update record action",
15
+ "User acted": "User acted"
16
+ }
@@ -1,17 +1,16 @@
1
1
  {
2
- "Post-action event": "操作后事件",
3
- "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.":
4
- "通过操作按钮或 API 发起请求时,在请求执行成功后触发该事件,比如新增、更新操作之后。适用于在操作完成后进行数据处理、发送通知等。",
2
+ "Associations to use": "待使用的关系数据",
5
3
  "Collection": "数据表",
6
- "The collection to which the triggered data belongs.": "触发数据所属的数据表。",
7
- "Trigger mode": "触发模式",
8
- "Local mode, triggered after the completion of actions bound to this workflow": "局部模式,绑定该工作流的操作执行完成后触发",
4
+ "Create record action": "创建记录操作",
9
5
  "Global mode, triggered after the completion of the following actions": "全局模式,以下操作执行完成后都触发",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "局部模式,绑定该工作流的操作执行完成后触发",
7
+ "Post-action event": "操作后事件",
8
+ "Role of user acted": "操作者角色",
10
9
  "Select actions": "选择操作",
11
- "Create record action": "创建记录操作",
12
- "Update record action": "更新记录操作",
13
- "Associations to use": "待使用的关系数据",
10
+ "The collection to which the triggered data belongs.": "触发数据所属的数据表。",
14
11
  "Trigger data": "触发器数据",
15
- "User acted": "操作者",
16
- "Role of user acted": "操作者角色"
17
- }
12
+ "Trigger mode": "触发模式",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "通过操作按钮或 API 发起请求时,在请求执行成功后触发该事件,比如新增、更新操作之后。适用于在操作完成后进行数据处理、发送通知等。",
14
+ "Update record action": "更新记录操作",
15
+ "User acted": "操作者"
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Associations to use": "Associations to use",
3
+ "Collection": "Collection",
4
+ "Create record action": "Create record action",
5
+ "Global mode, triggered after the completion of the following actions": "Global mode, triggered after the completion of the following actions",
6
+ "Local mode, triggered after the completion of actions bound to this workflow": "Local mode, triggered after the completion of actions bound to this workflow",
7
+ "Post-action event": "Post-action event",
8
+ "Role of user acted": "Role of user acted",
9
+ "Select actions": "Select actions",
10
+ "The collection to which the triggered data belongs.": "The collection to which the triggered data belongs.",
11
+ "Trigger data": "Trigger data",
12
+ "Trigger mode": "Trigger mode",
13
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.",
14
+ "Update record action": "Update record action",
15
+ "User acted": "User acted"
16
+ }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "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.",
7
7
  "description.ru-RU": "Срабатывает после завершения запроса, инициированного кнопкой действия или API, например после добавления, обновления, удаления данных или «отправки в рабочий процесс». Подходит для обработки данных, отправки уведомлений и т.д. после выполнения действий.",
8
8
  "description.zh-CN": "通过操作按钮或 API 发起请求并在执行完成后触发,比如新增、更新、删除数据或者“提交至工作流”之后。适用于在操作完成后进行数据处理、发送通知等。",
9
- "version": "1.9.15",
9
+ "version": "1.9.16",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/plugins/workflow-action-trigger",
@@ -24,7 +24,7 @@
24
24
  "@nocobase/server": "1.x",
25
25
  "@nocobase/test": "1.x"
26
26
  },
27
- "gitHead": "bdf87e42f9d3bc79715b481ebd57637144ba4c20",
27
+ "gitHead": "ca822bde759d66200628633f660135091c30df12",
28
28
  "keywords": [
29
29
  "Workflow"
30
30
  ]