ActiveVOS Designer BPEL for People User’s Guide
Use the Literal option to directly specify users or groups for process, task, and notification-related people assignments. Using Literal, you generate an XML document with placeholder values that you can fill in for individual users or groups.
Note: You cannot have a mixed list of users and groups, according to the WS-HT Human Task specification.
To add a literal value for a process, task, or notification role:
For future release. People Assignment is not available unless the process contains a People activity.
ht:organizationalEntity element
is generated. This is the required element for defining people assignments.
The following literal contents are generated:
<ht:organizationalEntity
xmlns:ht='http://www.example.org/WS-HT'>
<ht:users>
<ht:user>Some User</ht:user>
</ht:users>
</ht:organizationalEntity>
Modify this XML sample as follows:
The following is an example of a valid XML data sample:
Example
<htd:potentialOwners>
<htd:from>
<htd:literal>
<htd:organizationalEntity>
<ht:users>
<ht:user>Ann.Weston</ht:user>
<ht:user>Anu.Martin</ht:user>
<htd:user>Deborah.Smile</ht:user>
</ht:users>
</ht:organizationalEntity>
</ht:literal>
</ht:from>
</ht:potentialOwners>
Copyright (c) 2004-2009 Active Endpoints, Inc.