-
Recent Posts
Recent Comments
- Urls on Resetting a users dashboard in Alfresco Share
- Urls on Resetting a users dashboard in Alfresco Share
- usa on Search is no longer context aware in Alfresco 5
- mississauga taxi on Publishing an external link to Alfresco content with Expiry Date and Transformation Support
- Mona Mcgrew on Session replication in Tomcat with Hazelcast
Archives
Categories
Meta
Category Archives: workflow
How to use form filters in workflow task forms
Had some problems the other day to get a form filter to execute. Found out that workflow task forms uses an own filterRegistry. So the spring bean definition have to be like this for example:
Posted in Alfresco, workflow
44 Comments
Update a date of a task in a running workflow
I had the need to change a reminder date of a workflow task in order to test a cron job sending out email reminders. Using the workflow console (http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp) First query to find running workflows. show workflows all Identify the … Continue reading
Posted in Alfresco, workflow
438 Comments