02-25-2019 04:17 AM
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!
02-26-2019 01:11 PM
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
02-26-2019 01:11 PM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.