cancel
Showing results for 
Search instead for 
Did you mean: 

Tasks by workflow

mangar
Star Contributor
Star Contributor
Can I get a list of taskId's by workflowId?  Or even the active tasks by workflowId?  I have a requirement to display a sort of workflow status to the initiator, like a package tracking system, the initiator has NO access to the tasks, but needs to know how far along the workflow is.

Any Ideas?
3 REPLIES 3

lementree
Champ on-the-rise
Champ on-the-rise
Hi,

You can track the workflow, you can check from initiator workflows i have started page, that will show all the history and current tasks of the workflow.

mangar
Star Contributor
Star Contributor
How is this done through the services API?  I have looked through the WorkflowService object, but cannot find a getTasksByWorkflowId or something like that.

kaynezhang
World-Class Innovator
World-Class Innovator
You can try queryTasks method

List<WorkflowTask> queryTasks(WorkflowTaskQuery query, boolean sameSession)