lyzno1
f0af4d692a
fix: breaking change
2025-10-21 11:32:20 +08:00
lyzno1
075173e67d
fix(workflow): reset onboarding auto-open flag across flows
2025-10-21 11:19:36 +08:00
Yeuoly
f02d575379
Merge branch 'main' into feat/trigger
2025-10-21 11:09:26 +08:00
zhsama
f5c1646f79
fix(dynamic-options): fix the dynamic options in plugin trigger
2025-10-20 19:34:41 +08:00
hjlarry
a152ce45d3
fix: start/stop button on the node control not work
2025-10-20 16:43:16 +08:00
crazywoola
f0e739be43
fix: immer version and ref in code base ( #27130 )
2025-10-20 14:49:26 +09:00
GuanMu
cf7ff76165
fix(web): resolve TypeScript type errors in workflow components ( #27086 )
2025-10-18 23:09:00 +08:00
yessenia
2c8c1860ca
fix(trigger): show event output
2025-10-18 16:28:26 +08:00
GuanMu
1a37989769
Fix type-check error ( #27051 )
2025-10-18 12:03:40 +08:00
Joel
685e48636d
fix: if tag show global vars problem
2025-10-17 16:57:42 +08:00
Joel
35867707d0
fix: global var type render in node
2025-10-17 15:24:49 +08:00
Joel
6ba26cf7b5
fix: global var show in node
2025-10-17 14:39:30 +08:00
Joel
7510e0654b
fix: show global vars in picker
2025-10-17 14:24:20 +08:00
Joel
564bb22d8b
feat: system var icon
2025-10-17 13:57:26 +08:00
Joel
b855d95430
feat: can choose global vars
2025-10-17 11:02:27 +08:00
yessenia
b04f92715c
feat(trigger): plugin category type
2025-10-16 15:30:04 +08:00
lyzno1
7344df87e5
Merge remote-tracking branch 'origin/feat/trigger' into feat/trigger
2025-10-15 20:47:20 +08:00
lyzno1
29353bd7c2
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-15 20:47:02 +08:00
yessenia
7b6f5d6860
fix(trigger): show tool credentials in workflow
2025-10-15 20:42:14 +08:00
yessenia
a595e2df06
fix(trigger): skip validation when updating properties
2025-10-15 18:44:05 +08:00
zhsama
729e0e9b1e
feat(workflow): add disableVariableInsertion prop to form input and trigger components
2025-10-15 18:20:13 +08:00
zhsama
112b5f63dd
feat(workflow): enhance single run handling
2025-10-15 18:14:33 +08:00
yessenia
9aec255ee9
feat(trigger): update subscription list after saving draft
2025-10-15 17:22:14 +08:00
yessenia
f28a7218cd
fix(trigger): optimize subscription entry in workflow
2025-10-15 16:13:00 +08:00
Harry
06c91fbcbd
refactor(trigger): Unify the Trigger Debug interface and event handling and enhance error management
...
- Updated `DraftWorkflowTriggerNodeApi` to utilize the new `TriggerDebugEvent` and `TriggerDebugEventPoller` for improved event polling.
- Removed deprecated `poll_debug_event` methods from `TriggerService`, `ScheduleService`, and `WebhookService`, consolidating functionality into the new event structure.
- Enhanced error handling in `invoke_trigger_event` to utilize `TriggerPluginInvokeError` for better clarity on invocation issues.
- Updated frontend API routes to reflect changes in trigger event handling, ensuring consistency across the application.
2025-10-15 14:41:53 +08:00
yangzheli
cff5de626b
feat(agent): similar to the start node of workflow, agent variables also support drag-and-drop ( #26899 )
2025-10-15 13:07:51 +08:00
znn
4d8b8f9210
allow editing of hidden inputs in preview ( #24370 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
2025-10-15 11:19:53 +08:00
Harry
dab4e521af
feat(trigger): enhance trigger event handling and introduce new debug event polling
...
- Refactored the `DraftWorkflowTriggerNodeApi` and related services to utilize the new `TriggerService` for polling debug events, improving modularity and clarity.
- Added `poll_debug_event` methods in `TriggerService`, `ScheduleService`, and `WebhookService` to streamline event handling for different trigger types.
- Introduced `ScheduleDebugEvent` and updated `PluginTriggerDebugEvent` to include a more structured approach for event data.
- Enhanced the `invoke_trigger_event` method to improve error handling and data validation during trigger invocations.
- Updated frontend API calls to align with the new event structure, removing deprecated parameters for cleaner integration.
2025-10-15 11:04:09 +08:00
yessenia
4ec23eea00
fix: add i18n key
2025-10-14 21:23:24 +08:00
zhsama
d71200ee32
feat: enhance block selector and change block components with flow type handling
2025-10-14 16:42:21 +08:00
zhsama
bf42386c5b
feat(trigger): add PluginTrigger node support and enhance output variable handling
2025-10-14 11:55:12 +08:00
zhsama
654adccfbf
fix(trigger): implement plugin single run functionality and update node status handling
2025-10-13 17:02:44 +08:00
zhsama
a4e80640fe
chore(trigger): remove debug console logs
2025-10-11 18:54:47 +08:00
zhsama
fe0a139c89
fix(trigger): update provider_id references to plugin_id in BasePanel component
2025-10-11 18:52:15 +08:00
lyzno1
85f1cf1d90
Merge branch 'main' into feat/trigger
2025-10-10 15:16:00 +08:00
GuanMu
33b0814323
refactor(types): remove `any` usages and strengthen typings across web and base ( #26677 )
2025-10-09 21:36:42 +08:00
Asuka Minato
a8746bff30
fix oxlint warnings ( #26634 )
2025-10-09 09:23:34 +08:00
Harry
91318d3d04
refactor(trigger): rename trigger references to event for consistency
...
- Updated variable names and types from 'trigger' to 'event' across multiple files to enhance clarity and maintain consistency in the codebase.
- Adjusted related data structures and API responses to reflect the new naming convention.
- Improved type annotations and error handling in the workflow trigger run API and associated services.
2025-10-09 03:12:35 +08:00
hjlarry
d05d11e67f
add webhook node draft single run
2025-10-06 14:35:12 +08:00
lyzno1
4a6903fdb4
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-30 08:00:16 +08:00
zxhlyh
8106df1d7d
fix: types
2025-09-29 20:53:50 +08:00
Copilot
df43c6ab8a
[Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation ( #26252 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
2025-09-29 20:35:55 +09:00
yessenia
973b937ba5
feat: add subscription in node
2025-09-28 22:40:31 +08:00
zhsama
a4b932c78b
feat: integrate chat mode detection in ChangeBlock component
2025-09-28 17:10:09 +08:00
zhsama
6795015d00
refactor: enhance type definitions and update import paths in form input and trigger components
2025-09-28 15:42:38 +08:00
lyzno1
0fe529c3aa
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-27 21:32:38 +08:00
Asuka Minato
9a7245e1df
rm assigned but unused ( #25639 )
2025-09-27 10:54:25 +08:00
lyzno1
6f57aa3f53
fix: hide left input handles for all trigger node types
...
- Extend handle hiding logic to include TriggerWebhook, TriggerSchedule, TriggerPlugin
- Make trigger nodes behave like Start nodes without left-side input handles
- Apply fix to both main workflow and preview node handle components
- Ensures consistent UX where all start-type nodes have no input handles
2025-09-26 20:39:29 +08:00
lyzno1
d68a9f1850
Merge remote-tracking branch 'origin/main' into feat/trigger
...
Resolve merge conflict in use-workflow.ts:
- Keep trigger branch workflow-entry utilities imports
- Preserve SUPPORT_OUTPUT_VARS_NODE from main branch
- Remove unused PARALLEL_DEPTH_LIMIT import
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 13:17:14 +08:00
Wood
eab6f65409
Fix array-only filtering in List Operator picker; remove file children fallback and align child types. ( #26240 )
2025-09-25 22:43:00 +08:00