REST APIs and Workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2014 12:18 AM
Hello,
I'm integrating with a standalone Alfresco 4.2 from an external client app written in Java. I am following the tutorial from
http://wiki.alfresco.com/wiki/Workflow_REST_API#Get_Task_Instance_Collection_for_Workflow_Instance link. I want to get instance task collection from a workflow instance, but the API only returns the list of instance tasks from instance workflow of task's assignee(user) who authenticated. How can I get list instance tasks of a instance workflow without knowing about user who are assigned these tasks?
I'm pretty new to Alfresco dev, so I appreciate any nudges in the right direction.
Thanks much.
I'm integrating with a standalone Alfresco 4.2 from an external client app written in Java. I am following the tutorial from
http://wiki.alfresco.com/wiki/Workflow_REST_API#Get_Task_Instance_Collection_for_Workflow_Instance link. I want to get instance task collection from a workflow instance, but the API only returns the list of instance tasks from instance workflow of task's assignee(user) who authenticated. How can I get list instance tasks of a instance workflow without knowing about user who are assigned these tasks?
I'm pretty new to Alfresco dev, so I appreciate any nudges in the right direction.
Thanks much.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2014 10:29 AM
You can try this webscript api
/api/workflow-instances/{workflow_instance_id}?includeTasks={includeTasks?}
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2014 10:28 PM
Yep, I got it.
Thanks kaynezhang!
Thanks kaynezhang!
