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
Parse configuration with a kind of xpath expressions and provide variables like 'path:attr'.
Example:
"path:" refers to the objects defined in path - In above case a list of "project" objects would be selected. For every object in the list a new variable will be defined with a name like "x_project1", "x_project2" where "name" is an attribute in the selected project instance.
The text was updated successfully, but these errors were encountered:
Parse configuration with a kind of xpath expressions and provide variables like 'path:attr'.
Example:
"path:" refers to the objects defined in path - In above case a list of "project" objects would be selected. For every object in the list a new variable will be defined with a name like "x_project1", "x_project2" where "name" is an attribute in the selected project instance.
The text was updated successfully, but these errors were encountered: