I have developed a web application which is integrated with Alfresco using CMIS. Now i want to have logged in user task list by passing alf-ticket or by only username as i don't have access to password.
So, Anyone please help me with this..how i can expose user tasklist using login ticket or by any other way?
One option is to use out-of-the-box webscript to load the workflow tasks assigned to the user. You can invoke the web script by providing the alf_ticket while executing it. Also, you will have to pass the username as an argument to the web script. Following is the url for the web script - http://hostort/alfresco/service/api/task-instances?authority=admin&alf_ticket=____ You can additionally add the properties argument in order to fetch the required values only in the response. You can take a look at the description document for this web script.