feat: allow skip notify nodes when all previous nodes were skipped
This commit is contained in:
@@ -47,6 +47,6 @@ func (n *conditionNode) Process(ctx context.Context) error {
|
||||
}
|
||||
|
||||
func (n *conditionNode) evalExpr(ctx context.Context, expression expr.Expr) (*expr.EvalResult, error) {
|
||||
variables := GetNodeOutputs(ctx)
|
||||
variables := GetAllNodeOutputs(ctx)
|
||||
return expression.Eval(variables)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user