fix: 使用ConditionType枚举类型
parent
53e6d6aa61
commit
2144034e1f
|
@ -660,7 +660,7 @@ export const DELAY_TYPE = [
|
|||
*/
|
||||
export type RouteCondition = {
|
||||
nodeId: string
|
||||
conditionType: number // TODO @lesan:ConditionType
|
||||
conditionType: ConditionType
|
||||
conditionExpression: string
|
||||
conditionGroups: ConditionGroup
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue