Browse Source

feat(types): 在SimpleDynamicStep增加stepName字段

LuoHaoxuan 3 years ago
parent
commit
777c271363
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -144,6 +144,7 @@ export interface IProcessExecutor {
 
 
 export interface SimpleDynamicStep {
 export interface SimpleDynamicStep {
   stepID: string;
   stepID: string;
+  stepName: string;
   executorID: string;
   executorID: string;
 }
 }
 // 3合1参与者信息
 // 3合1参与者信息