Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
6dc4c21a
Commit
6dc4c21a
authored
Sep 27, 2021
by
suhuiguang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://172.16.10.76/moa/amos-boot-biz
into developer
parents
45d38a63
51609e2a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
+41
-0
WorkFlowEnum.java
.../com/yeejoin/amos/boot/biz/common/enums/WorkFlowEnum.java
+41
-0
WorkflowExcuteServiceImpl.java
...ot/biz/common/service/impl/WorkflowExcuteServiceImpl.java
+0
-0
No files found.
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/common/enums/WorkFlowEnum.java
0 → 100644
View file @
6dc4c21a
package
com
.
yeejoin
.
amos
.
boot
.
biz
.
common
.
enums
;
import
lombok.AllArgsConstructor
;
@AllArgsConstructor
public
enum
WorkFlowEnum
{
BUSINESSKEY
(
"businessKey"
,
"自动生成的ID"
),
processDefinitionKey
(
"processDefinitionKey"
,
"流程定义的KEY"
),
制定计划内容
(
"制定计划+内容"
,
"流程节点的特殊值"
),
现场确认
(
"现场确认"
,
"流程节点的特殊值"
),
CONDITION
(
"conditioncondition"
,
""
),
DATA
(
"data"
,
"data"
),
ID
(
"id"
,
"id"
),
CHECKFLAG
(
"checkFlag"
,
"自定义是否具有执行权限的标识符"
),
TASKID
(
"taskId"
,
"可执行任务的主键"
),
GROUP
(
"group"
,
"角色组"
),
GROUPID
(
"groupId"
,
"角色组的key"
),
GROUPNAME
(
"groupName"
,
"角色组的key"
),
NAME
(
"name"
,
"任务节点的key"
),
ASSIGN
(
"assign"
,
"角色执行人key"
);
private
String
code
;
//对应菜单组件名称
private
String
desc
;
//描述
public
String
getCode
()
{
return
code
;
}
public
void
setCode
(
String
code
)
{
this
.
code
=
code
;
}
public
String
getDesc
()
{
return
desc
;
}
public
void
setDesc
(
String
desc
)
{
this
.
desc
=
desc
;
}
}
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/common/service/impl/WorkflowExcuteServiceImpl.java
View file @
6dc4c21a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment