Hi guys, i have a problem: i'm doing an activity workflow and inside it i want to query Alfresco repository. Particulary i want to do a tag-search and visualize results on user-task. Can i do this work with CMIS? How can i do??
You already have access to the JavaScript API and the root scoped objects on the repository tier from within your activiti workflow, so you would be better off leveraging that. Tags are tough to work with via CMIS anyway.