..
This commit is contained in:
@@ -65,6 +65,10 @@ public interface FlowConst {
|
||||
String NR_OF_INSTANCES = "nrOfInstances";
|
||||
// 会签已完成实例数
|
||||
String NR_OF_COMPLETED_INSTANCES = "nrOfCompletedInstances";
|
||||
|
||||
// 会签已完成并且已通过实例数
|
||||
String NR_OF_COMPLETED_AGREE_INSTANCES = "nrOfCompletedAgreeInstances";
|
||||
|
||||
// 会签操作人列表
|
||||
String COUNTERSIGN_OPERATOR_LIST = "operatorList";
|
||||
// 会签类型 PARALLEL表示并行会签,SEQUENTIAL表示串行会签
|
||||
@@ -106,4 +110,5 @@ public interface FlowConst {
|
||||
String PROCESS_INSTANCE_NAME = "instanceName";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user