向宁
|
f49e0ea1e4
|
feat: Implement workflow and form management endpoints
- Added endpoints for managing form definitions including:
- GetFormDefinitionById
- GetFormDefinitionList
- PublishFormDefinition
- SubmitFormData
- UpdateFormDefinition
- Added endpoints for managing workflow definitions including:
- CreateWorkflowDefinition
- DeleteWorkflowDefinition
- DisableWorkflowDefinition
- GetWorkflowDefinitionById
- GetWorkflowDefinitionList
- PublishWorkflowDefinition
- UpdateWorkflowDefinition
- Added endpoints for managing workflow instances including:
- GetWorkflowInstanceById
- GetWorkflowInstanceList
- MonitorWorkflowInstances
- ResumeWorkflowInstance
- StartWorkflowInstance
- SuspendWorkflowInstance
- WithdrawWorkflowInstance
- Added endpoints for managing workflow tasks including:
- ApproveTask
- DelegateTask
- GetCcTasks
- GetHistoryTasks
- GetOverdueTasks
- GetPendingTasks
- GetTaskById
- RejectTask
- TransferTask
- UrgeTask
- Introduced middleware for handling API responses and global exceptions.
- Configured application settings for database connection and JWT authentication.
|
2026-05-17 22:51:37 +08:00 |
|
向宁
|
f26a20a875
|
chore: properly remove all bin/obj from tracking
|
2026-05-17 22:46:43 +08:00 |
|
向宁
|
fe7b5ee8a9
|
chore: remove all bin/obj from tracking
|
2026-05-17 22:46:33 +08:00 |
|
向宁
|
9a0a99ccc4
|
chore: add .gitignore, remove bin/obj from tracking
|
2026-05-17 22:46:29 +08:00 |
|
向宁
|
bc8c32b808
|
feat: initial work-flow project scaffold
|
2026-05-17 22:46:19 +08:00 |
|