向宁
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
..
2026-05-17 22:46:19 +08:00
2026-05-17 22:51:37 +08:00
2026-05-17 22:46:19 +08:00
2026-05-17 22:46:19 +08:00
2026-05-17 22:46:19 +08:00
2026-05-17 22:46:19 +08:00
2026-05-17 22:51:37 +08:00