Commit f4cf0c9
committed
Refactor for new workflow schema & plugin management
Major breaking changes:
- Refactor workflow model: add ExecutionConfig & FlowControlConfig, move Parameters/Dependencies, update timeout/delay fields, add agent/branching support.
- Update all workflow UI and logic to use new nested model.
- Remove PluginConfig page/dialogs; unify plugin management under /plugins.
- Simplify plugin install/update/uninstall: version in type string, update dialog fields.
- Update workflow config dialog for new timeout/retry fields.
- Bump to .NET 10.0 and latest NuGet packages.
- Remove obsolete usings, update sample workflow, minor UI tweaks.
Aligns console with latest FlowSynx schema and API.
#901 parent 3881fc9 commit f4cf0c9
24 files changed
Lines changed: 170 additions & 1095 deletions
File tree
- src
- Components
- Layout
- Pages
- PluginConfig
- Plugins
- Triggers
- Workflows
- Models
- Services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
Lines changed: 0 additions & 282 deletions
This file was deleted.
0 commit comments