Fix gateway ref validation bug
This commit is contained in:
parent
ed5f26cd0d
commit
0e787d4772
@ -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))
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user