I am using the embedded Activiti workflows in Alfresco Community. The default Workflow Details page uses the first task title, for example:
Details: My workflow message (Start Review)
In this example, "Start Review" is the first task title.
I want to change the display to use Workflow Title, such as:
Details: My workflow message (Review and Approve (single reviewer))
Which file shall I change, and how?
Thank you!
Solved! Go to Solution.
Hello,
The construction of this header messagge it's done in the javascript class Alfresco.component.WorkflowDetailsHeader, implemented in the file:
<share>/components/workflow/workflow-details-header.js
You need to do your own implementation and configure the webscript that is used to display the header in the page, with an extension module, to use it.
Surf Extension Modules | Alfresco Documentation
The web script is "workflow-details-header" an is defined in file <share>/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/workflow/workflow-details-header.get.desc.xml.
Regards
Hello,
The construction of this header messagge it's done in the javascript class Alfresco.component.WorkflowDetailsHeader, implemented in the file:
<share>/components/workflow/workflow-details-header.js
You need to do your own implementation and configure the webscript that is used to display the header in the page, with an extension module, to use it.
Surf Extension Modules | Alfresco Documentation
The web script is "workflow-details-header" an is defined in file <share>/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/workflow/workflow-details-header.get.desc.xml.
Regards
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.