cancel
Showing results for 
Search instead for 
Did you mean: 

REST APIs and Workflow

conghung
Champ in-the-making
Champ in-the-making
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.
2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator
You can try this webscript api

/api/workflow-instances/{workflow_instance_id}?includeTasks={includeTasks?}

conghung
Champ in-the-making
Champ in-the-making
Yep, I got it.
Thanks kaynezhang!