cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Notification Edit

rduran
Champ in-the-making
Champ in-the-making
Hello,
The current workflow notification (wf-email.html.ftl2) currently points a user to a task.  Specifically, at the end of the workflow, the initiator must "evaluate the outcome".  The link takes them to the task.  It doesn't show them the results of what others did.  They would need to close the task, then open the workflow.
What I would like to do is add a link to the workflow within the task to minimize all the clicking.


    <p>Click this link to edit the task:</p>
    <p><a href="${shareUrl}/page/task-edit?taskId=${args.workflowId}">${shareUrl}/page/task-edit?taskId=${args.workflowId}</a>
    <p>To open the workflow:</p>
    <p><a href="${shareUrl}/page/task-edit?taskId=${args.workflowId}">  <LINK TO WORKFLOW HERE>

Thank you

-Ricardo
1 REPLY 1

muralidharand
Star Contributor
Star Contributor
That's one of the good idea.
Even in our custom workflows , we will sending the workflow link rather giving the task link.
Do you want to know, where to customise the java code to achieve this ?