浏览代码

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

LuoHaoxuan 3 年之前
父节点
当前提交
777c271363
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {
   stepID: string;
+  stepName: string;
   executorID: string;
 }
 // 3合1参与者信息