Hi everyone, Does anyone know how to configure a custom workflow to use a custom email instead of the default wf-email.html.ftl to notify an approver? But not to change wf-email.html.ftl to avoid impacting the email for the OOTB workflows.
Basically, I need myWorkflow.bpmn to use email template myEmail.html.ftl.
You need to create your own custom workflow which could be replica of out of box workflow which you are using right now. Then Just change the ftl file name in your new process definition file it will pickup your ftl file.
Hi Mits, I've looked in the process def. file, but haven't found the location where the FTL file could be changed. Could you provide some pointers on where/how to change the FTL file name in the file? For example, in the OOTB parallel-review.bpmn20.xml, there is no FTL configured anywhere.