Tasks inside ParallelFor receive the loop variable instead of other arguments #2943
Labels
area/sdk/dsl/compiler
kind/bug
priority/p0
status/triaged
Whether the issue has been explicitly triaged
One of our users has reported the following issue:
The issue is that
op3
receivesparam2=loop_item.a
instead ofparam2=outside_task.outputs['Output']
.The text was updated successfully, but these errors were encountered: