cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Search

swemon
Champ on-the-rise
Champ on-the-rise
Dear all,

I want to know how to search workflow by target Document, target version, applicant, approver, date of cancel, date of approval in alfresco and how to display the search results. Although we can use api/wokflow-instances webscript and api/task-instances webscripts which are used in workflow listing and task listing page respectively, we can search by applicant and approver but not remaining criteria.
I think it is newly function of workflow in alfresco and I need to create new page.
Do you have some sample for realizing this requirement such as workflow search?

Thanks in advance,
Swe Mon
1 REPLY 1

yogeshpj
Star Contributor
Star Contributor
You can use WorkflowTaskQuery by which you can search workflow by ootb properties as well as custom properties.
But you can not search based on target document.For that you need to have some other mechanism.