Skip to main content
1-Visitor
April 21, 2015
Question

Info engine task based on pattern

  • April 21, 2015
  • 1 reply
  • 919 views

Hello All,

I have 2 sets of products which starts with "CR*" and "PR*" and i need to write an info engine task which retrieves results based on the pattern specified for containerName attribute.

For Ex: context="CR*";

Any insights on this?


1 reply

1-Visitor
April 21, 2015

yes, provide contextName while calling this IE task.

<ie:webject name="Query-Objects" type="OBJ">

<ie:param name="INSTANCE" data="$(properties[0]wt.federation.ie.VMName[0])"/>

<ie:param name="TYPE" data="wt.inf.container.WTContainer"/>

<ie:param name="WHERE" data="name=$(@FORM[]contextName[])"/>

<ie:param name="GROUP_OUT" data="container"/>

</ie:webject>