|
@@ -15,11 +15,11 @@ public enum BpmSimpleModeConditionType {
|
|
|
|
|
|
CUSTOM_EXPRESSION(1, "自定义条件表达式");
|
|
|
|
|
|
-
|
|
|
private final Integer type;
|
|
|
private final String name;
|
|
|
|
|
|
public static BpmSimpleModeConditionType valueOf(Integer type) {
|
|
|
return ArrayUtil.firstMatch(nodeType -> nodeType.getType().equals(type), values());
|
|
|
}
|
|
|
+
|
|
|
}
|