Alfresco default work flow template changing

前端 未结 1 1223
执念已碎
执念已碎 2021-01-07 14:11

I am running alfresco 5.0.a and I want to modify the default activitiAdhoc template to set the title and description of the task. I run an activti flow when a file is added

1条回答
  •  悲哀的现实
    2021-01-07 14:23

    To change the subject of the notification email sent from a workflow, I did the following:

    Copied the notification-service.properties file into my project, and changed the value of the assigned-task field. The location I placed that file in my project was \src\main\amp\config\alfresco\module\\messages

    I also added a spring bean to my project, which points to that file. I put mine in \src\main\amp\config\alfresco\module\\context\service-context.xml. (This bean overrides the one provided by alfresco in /repository/config/alfresco/notification-services-context.xml)

    
       
          
             alfresco.module.${project.artifactId}.messages.notification-service
          
       
    
    

    0 讨论(0)
提交回复
热议问题