dify/web/app/components/workflow/nodes
Harry 6857bb4406 feat(trigger): implement plugin trigger synchronization and subscription management in workflow
- Added a new event handler for syncing plugin trigger relationships when a draft workflow is synced, ensuring that the database reflects the current state of plugin triggers.
- Introduced subscription management features in the frontend, allowing users to select, add, and remove subscriptions for trigger plugins.
- Updated various components to support subscription handling, including the addition of new UI elements for subscription selection and removal.
- Enhanced internationalization support by adding new translation keys related to subscription management.

These changes improve the overall functionality and user experience of trigger plugins within workflows.
2025-09-15 15:49:07 +08:00
..
_base feat(trigger): implement plugin trigger synchronization and subscription management in workflow 2025-09-15 15:49:07 +08:00
agent CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
answer lint: fix issue of no-unused-vars (#23375) 2025-08-05 11:12:30 +08:00
assigner Merge branch 'main' into feat/trigger 2025-09-01 18:05:31 +08:00
code feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
document-extractor Chore/variable label (#23270) 2025-08-01 15:43:36 +08:00
end lint: fix issue of no-unused-vars (#23375) 2025-08-05 11:12:30 +08:00
http CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
if-else feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
iteration feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
iteration-start Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
knowledge-retrieval CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
list-operator feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
llm CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
loop feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
loop-end Feat/loop break node (#17268) 2025-04-01 16:52:07 +08:00
loop-start Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
parameter-extractor fix(tool): standardize tool naming across components 2025-09-11 16:55:57 +08:00
question-classifier CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
start feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
template-transform feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
tool feat(trigger): implement trigger debugging functionality 2025-09-11 16:55:58 +08:00
trigger-plugin feat(trigger): implement plugin trigger synchronization and subscription management in workflow 2025-09-15 15:49:07 +08:00
trigger-schedule fix: missing key for translation path (#25059) 2025-09-03 14:43:40 +08:00
trigger-webhook fix(webhook): prevent SimpleSelect from resetting user selections (#25423) 2025-09-09 17:11:11 +08:00
variable-assigner feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
constants.ts feat: comprehensive trigger node system with Schedule Trigger implementation (#24039) 2025-08-18 09:23:16 +08:00
index.tsx Fix/workflow use nodes hooks (#21822) 2025-07-02 17:48:23 +08:00
utils.ts fix: element of Array[string] and Array[number] and size attribution (#23074) 2025-07-30 15:21:50 +08:00