-
Recent Posts
Recent Comments
- Godaddy on Confused JVM? Kill it!
- Godaddy on Posting custom events to the activity feed
- scarica da instagram on Confused JVM? Kill it!
- free youtube downloader and converter on Publishing an external link to Alfresco content with Expiry Date and Transformation Support
- Visit My Website on Posting custom events to the activity feed
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
3 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
325 Comments