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>