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":
|
case "join":
|
||||||
return append(checks, count(1, -1, inbound))
|
return append(checks, count(1, -1, inbound))
|
||||||
|
|
||||||
case "fork":
|
case "fork", "incl", "excl":
|
||||||
case "incl", "excl":
|
|
||||||
return append(checks, count(1, -1, outbound))
|
return append(checks, count(1, -1, outbound))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user