mirror of
https://github.com/langgenius/dify.git
synced 2026-01-25 13:12:14 +08:00
- Introduced `TriggerProviderIconApi` to fetch icons for trigger plugins based on tenant and provider ID. - Updated `WorkflowResponseConverter` to include trigger plugin icons in the response. - Implemented `get_trigger_plugin_icon` method in `TriggerManager` for icon retrieval logic. - Adjusted `Node` class to correctly set provider information for trigger plugins. - Modified TypeScript types to accommodate new provider ID field in workflow nodes. |
||
|---|---|---|
| .. | ||
| use-workflow-run-event | ||
| index.ts | ||
| use-available-blocks.ts | ||
| use-checklist.ts | ||
| use-config-vision.ts | ||
| use-DSL.ts | ||
| use-dynamic-test-run-options.tsx | ||
| use-edges-interactions-without-sync.ts | ||
| use-edges-interactions.ts | ||
| use-fetch-workflow-inspect-vars.ts | ||
| use-helpline.ts | ||
| use-inspect-vars-crud-common.ts | ||
| use-inspect-vars-crud.ts | ||
| use-node-data-update.ts | ||
| use-nodes-available-var-list.ts | ||
| use-nodes-interactions-without-sync.ts | ||
| use-nodes-interactions.ts | ||
| use-nodes-layout.ts | ||
| use-nodes-meta-data.ts | ||
| use-nodes-sync-draft.ts | ||
| use-panel-interactions.ts | ||
| use-selection-interactions.ts | ||
| use-set-workflow-vars-with-value.ts | ||
| use-shortcuts.ts | ||
| use-tool-icon.ts | ||
| use-workflow-history.ts | ||
| use-workflow-interactions.ts | ||
| use-workflow-mode.ts | ||
| use-workflow-refresh-draft.ts | ||
| use-workflow-run.ts | ||
| use-workflow-search.tsx | ||
| use-workflow-start-run.tsx | ||
| use-workflow-variables.ts | ||
| use-workflow.ts | ||