You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a task defines an argument as elements_id which datatype is a dict then we only iterate over the keys via Task.Flags.PER_ELEMENT instead of the key value pair.
The text was updated successfully, but these errors were encountered:
Problem Statement
If a task defines an argument as
elements_id
which datatype is a dict then we only iterate over the keys viaTask.Flags.PER_ELEMENT
instead of the key value pair.The text was updated successfully, but these errors were encountered: