Show custom task properties on MyTask page Share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2017 08:52 AM
I need to show properties of my custom workflow task type on "My Task" Page. Though properties are visible on accept/rejection page of any user in workflow but not visible on "My-task" page.My task page shows only default properties (Due Date, description etc). Please help out of this.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2017 02:28 PM
This page is one of the hardest to customise. The list of tasks is loaded with a minimal set of properties, uses legacy YUI to build the datatable and offers no configuration options. In order to expand the loaded properties you will have to override the Repository-tier web script written in Java only, which means you cannot use JavaScript/FreeMarker to extend the data set one bit.
I once had to customise that page and it ended up a barely maintainable mess. My lessons learned is that I'll never again agree to customising that page and will always recommend bulding a custom, new page instead.