This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

WS-HumanTask is one of many standards supported by the WSO2 Governance Registry. Read more on Supported APIs & Standards for a complete list of standards supported by WSO2 Governance Registry.

If user needs to use a Remote Human Task to provide the Work List functionality instead of the Embedded Human Task or if user wants to subscribe for Work List notifications, uncomment the following configuration. Please note that it is essential  to provide credentials and URL to connect to the remote instance (ex:- remote BPS server) if the use case is to use a Remote Human Task. The user should provide credentials and URL to connect to the local instance if you simply want to use Work List notifications.

 

   <workList serverURL="local://services/" remote="false">
       <username>admin</username>
       <password>admin</password>
   </workList>
  • No labels