*statusenum// todo #4855 One category one interval
*/
publicenumStatus{
@ -200,6 +200,11 @@ public enum Status {
TASK_INSTANCE_STATE_OPERATION_ERROR(10166,"the status of task instance {0} is {1},Cannot perform force success operation","任务实例[{0}]的状态是[{1}],无法执行强制成功操作"),
DATASOURCE_TYPE_NOT_EXIST(10167,"data source type not exist","数据源类型不存在"),
PROCESS_DEFINITION_NAME_EXIST(10168,"process definition name {0} already exists","工作流定义名称[{0}]已存在"),
DATASOURCE_DB_TYPE_ILLEGAL(10169,"datasource type illegal","数据源类型参数不合法"),
DATASOURCE_PORT_ILLEGAL(10170,"datasource port illegal","数据源端口参数不合法"),
DATASOURCE_OTHER_PARAMS_ILLEGAL(10171,"datasource other params illegal","数据源其他参数不合法"),
DATASOURCE_NAME_ILLEGAL(10172,"datasource name illegal","数据源名称不合法"),
DELETE_ALERT_PLUGIN_INSTANCE_ERROR_HAS_ALERT_GROUP_ASSOCIATED(110012,"failed to delete the alert instance, there is an alarm group associated with this alert instance","删除告警实例失败,存在与此告警实例关联的警报组")
;
DELETE_ALERT_PLUGIN_INSTANCE_ERROR_HAS_ALERT_GROUP_ASSOCIATED(110012,"failed to delete the alert instance, there is an alarm group associated with this alert instance",