You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springboot-starter-flow/src/main/java/com/codingapi/springboot/flow/serializable/FlowWorkSerializable.java
+7
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ public class FlowWorkSerializable implements Serializable {
68
68
@Setter
69
69
privatebooleanenable;
70
70
71
+
/**
72
+
* 是否跳过相同审批人,默认为false
73
+
*/
74
+
@Setter
75
+
privatebooleanskipIfSameApprover;
76
+
71
77
/**
72
78
* 最大延期次数
73
79
*/
@@ -139,6 +145,7 @@ public FlowWork toFlowWork(FlowOperatorRepository flowOperatorRepository) {
Copy file name to clipboardExpand all lines: springboot-starter-flow/src/main/java/com/codingapi/springboot/flow/service/impl/FlowCustomEventService.java
-2
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,6 @@ public class FlowCustomEventService {
Copy file name to clipboardExpand all lines: springboot-starter-flow/src/main/java/com/codingapi/springboot/flow/service/impl/FlowPostponedService.java
-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ public void postponed(long recordId, IFlowOperator currentOperator, long time) {
0 commit comments