Skip to content

Tags: gishys/Hx.Workflow

Tags

v1.2.21

Toggle v1.2.21's commit message
Fix default workflow candidates

v1.2.20

Toggle v1.2.20's commit message
Default audit candidates from node definition

v1.2.19

Toggle v1.2.19's commit message
feat(workflow): mywkinstances 支持 keyword 查询业务号与流程名称

GET /hxworkflow/workflow/mywkinstances 增加 keyword 参数;仓储层对 Reference 与 WkDefinition.Title 做 Contains 模糊匹配;GetMyInstancesCount 与版本接口同步;修正 WithVersion 路径下 reference 仅精确匹配的偏差。

Made-with: Cursor

v1.2.17

Toggle v1.2.17's commit message
fix(workflow): 统计逻辑修正与接口文档完善

- 概览统计改为单次 GroupBy,避免多次 COUNT 竞态
- 耗时统计在内存中统一计算中位数,修复分组下中位数恒为 0
- 错误统计时间口径改为实例 CreateTime,与错误率分母一致
- 按模板统计增加 SuspendedCount,分项与总数可对齐
- 业务类型按月统计限定当年并避免跨年同月合并
- 趋势周粒度改为内存分组,修复 EF 无法翻译 StartOfWeek
- 统计相关 HTTP API 补充 XML 文档注释

Made-with: Cursor

v1.2.16

Toggle v1.2.16's commit message
feat(workflow): 实例通知删除接口、事件数据与控制器扩展

Made-with: Cursor

v1.2.15

Toggle v1.2.15's commit message
feat: modify bug

v1.2.13

Toggle v1.2.13's commit message
fix(workflow): restore engine registration for tenant definitions

Register persisted workflow definitions across tenants during startup and backfill missing engine registrations when a start request finds the engine state missing.

Made-with: Cursor

v1.2.12

Toggle v1.2.12's commit message
fix(workflow): restore engine registration for tenant definitions

Register persisted workflow definitions across tenants during startup and backfill missing engine registrations when a start request finds the engine state missing.

Made-with: Cursor

v1.2.11

Toggle v1.2.11's commit message
fix(workflow): sync persisted definitions to engine

Persist current definition versions through a single path that also refreshes workflow engine registration so draft-to-published node updates can be started immediately.

Made-with: Cursor

v1.2.10

Toggle v1.2.10's commit message
fix(workflow): persist nodes when initializing definition graph

Handle the first node update for definitions that do not yet have persisted nodes so newly submitted graph nodes are saved to the database instead of being skipped.

Made-with: Cursor