Fix gateway ref validation bug
This commit is contained in:
@@ -602,8 +602,7 @@ func verifyStep(s *types.WorkflowStep, in, out types.WorkflowPathSet) types.Work
|
||||
case "join":
|
||||
return append(checks, count(1, -1, inbound))
|
||||
|
||||
case "fork":
|
||||
case "incl", "excl":
|
||||
case "fork", "incl", "excl":
|
||||
return append(checks, count(1, -1, outbound))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user