我有一个查找活动,该活动从SQL表读取数据,并将其输出作为参数传递到多个Execute Pipeline任务中。流程如下
查找->执行管道1->执行管道2->执行管道3
。这对于第一个管道正常工作,但是第二个执行管道失败并出现以下错误。
> "The template validation failed: 'The inputs of template action 'Exct
> Pipeline 2' at line '1 and column '178987' cannot reference action
> 'Lookup'. Action 'Lookup' must either be in 'runAfter' path or within
> a scope action on the 'runAfter' path of action 'Execute Pipeline 3',
> or be a Trigger"
要注意的另一点是,管道在触发时运行良好,仅在调试时失败。 还有其他人看到过这个问题吗?