Hi Thilini,

We have two options for setting the logical people groups.

1. Defining as a literal in the human task package itself. I believe this
is what you have done.

2. Using "getInput()" to extract the role name from the incoming message.
In this approach you can dynamically set the role name provided in the task
creation message, using the "getInput" XPath function.

Example :

                <htd:potentialOwners>
                    <htd:from logicalPeopleGroup="regionalClerks">
                        <htd:argument name="role">

htd:getInput("ClaimApprovalRequest")/ns:potentialOwnerRole
                        </htd:argument>
                    </htd:from>
                </htd:potentialOwners>

Regards,
SanjayaV.

On Mon, Nov 26, 2012 at 8:06 AM, Thilini Ishaka <[email protected]> wrote:

> Hi,
>
> If we want to change the people assignments (responsible parties/roles)
> later, is it possible to achieve via a config change otherthan modifying
> task.ht and redeploying the humantask package? Lets' say, a config which
> resides outside the task package.
> Just want to clarify this is possible with the current functionalities.
>
> Thanks
> Thilini
>
> --
> *Thilini Ishaka
> WSO2 Inc. http://wso2.com*
> *bolg: thiliniishaka.blogspot.com*
> *linkedin: http://lk.linkedin.com/in/thiliniishaka*
> *twitter: https://twitter.com/#!/ThiliniIsh*
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sanjaya Vithanagama
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 71 342 2881
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to