mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-26 01:16:36 +08:00
feat: flow design & page query refactor
This commit is contained in:
@@ -7,9 +7,12 @@ var En = map[i18n.MsgId]string{
|
||||
LogProcdefDelete: "ProcDef - Delete",
|
||||
|
||||
ErrProcdefKeyExist: "the process instance key already exists",
|
||||
ErrProcdefFlowNotExist: "The process definition does not exist",
|
||||
ErrExistProcinstRunning: "There is a running process instance that cannot be manipulated",
|
||||
ErrExistProcinstSuspended: "There is a pending process instance that cannot be manipulated",
|
||||
|
||||
ErrUserTaskNodeCandidateNotEmpty: "The candidate of the user task node [{{.name}}] cannot be empty",
|
||||
|
||||
// procinst
|
||||
LogProcinstStart: "Process - Start",
|
||||
LogProcinstCancel: "Process - Cancel",
|
||||
|
||||
Reference in New Issue
Block a user