ActiveVOS Designer BPEL for People User’s Guide
A Logical People Group defined within the Human Interaction element can include parameters. The parameters can be evaluated for specific people queries into an Identity service. For each Logical People Group used in a task role assignment, you can add an argument expression appropriate for the parameter for that role assignment.
Parameters in a Logical People Group Definition
<htd:logicalPeopleGroup name="regionalClerks">
<htd:documentation xml:lang="en-US">
The group of clerks responsible for the region specified.
</htd:documentation>
<htd:parameter name="region" type="xsd:string" />
</htd:logicalPeopleGroup>
Arguments in Logical People Group Definition for a Potential Owner of a Task
<htd:potentialOwners>
<htd:from logicalPeopleGroup="regionalClerks">
<htd:argument name="region">
htd:getInput("part1")/region
</htd:argument>
</htd:from>
</htd:potentialOwners>
For more information on how parameters and arguments are evaluated at runtime, see Selecting a Logical People Group Handler During Deployment and Adding a People Query.
Copyright (c) 2004-2009 Active Endpoints, Inc.