how to get edit task list page

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2015 06:33 AM
Hi,
I have integrated alfresco with custom application and exposed specific user task list using web service. now i want if user in custom application clicks on particular task then he should be able to edit that task and complete the workflow or pass it to the next step of workflow. Or there is any other method by which user can complete his task remotely without login into alfresco?
Regards,
Nancy
I have integrated alfresco with custom application and exposed specific user task list using web service. now i want if user in custom application clicks on particular task then he should be able to edit that task and complete the workflow or pass it to the next step of workflow. Or there is any other method by which user can complete his task remotely without login into alfresco?
Regards,
Nancy
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2015 01:55 AM
Hi Nancy
There is an OOTB webscript to end particular task workflow.
classpath:alfresco/templates/webscripts/org/alfresco/repository/workflow/end-task.post.desc.xml
You can call this webscript by making a REST call to perform necessary transition on workflow.
There is an OOTB webscript to end particular task workflow.
classpath:alfresco/templates/webscripts/org/alfresco/repository/workflow/end-task.post.desc.xml
You can call this webscript by making a REST call to perform necessary transition on workflow.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2015 04:52 AM
Hi,
Thanks for your reply.
I want if some task appear in tasklist page of my custom application which is integrated with alfresco then that person should have the option for rejection, approval and to end the task. How this functionality can be achieved as a single function.
Regards,
Nancy
Thanks for your reply.
I want if some task appear in tasklist page of my custom application which is integrated with alfresco then that person should have the option for rejection, approval and to end the task. How this functionality can be achieved as a single function.
Regards,
Nancy
