Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<wsht:from logicalPeopleGroup="NCName"> <wsht:argument name="NCName" expressionLanguage="anyURI"?>* value </wsht:argument> </wsht:from> <wsht: to logicalPeopleGroup="NCName"/>
<bpel:assign name="getVoters"> <bpel:copy> <wsht:from logicalPeopleGroup="voters"> <wsht:argument name="region"> $electionRequest/region </wsht: argument> </bpel:from> <bpel:to variable="voters" /> </bpel:copy> </bpel:assign>
<bpel:assign> <bpel:copy> <bpel:from> <bpel:literal> <myns:entity xsi:type="htd:tOrganizationalEntity"> <htd:users> <htd:user>Elaine Smith</htd:user> <htd:user>Julie Delgado</htd:user> </htd:users> </myns:entity> </bpel:literal> </bpel:from> <wsht:to logicalPeopleGroup="Directors" /> </bpel:copy> </bpel:assign>
<ns3:copy> <ns3:from expressionLanguage="urn:active-endpoints:expression-language:xquery1.0"> <ht:organizationalEntity xmlns:ht='http://www.example.org/WS-HT'> <ht:users> <ht:user>{$loanOfficers/loanManager}</ht:user> </ht:users> </ht:organizationalEntity></ns3:from> <ns3:to b4p:logicalPeopleGroup="loanreps"/> </ns3:copy>