Dear all, how do I put the link to the task in the escalation tab (send

Dear all,
how do I put the link to the task in the escalation tab (send email) of the task node?
thanks

OriginalPostID-209892

OriginalPostID-209892

  Discussion posts and replies are publicly visible

Parents
  • Thanks Eduardo an rajasekharp,
    My solution was to created an expression rules "goToTaskByUrl" where I pass Hostname and TaskId, here the syntax:
    ="http://"&ri!hostname&"/suite/tempo/tasks/task/"&ri!activity

    This expression rules is into the email on "Escalation tab" . The taskId is generated by this
    =rule!goToTaskByUrl(cons!HOST_NAME,getprocesstaskid(pp!id,tp!name,true))

    It's Works! :)

    You are welcome, If you have any suggestion for reduce this steps :)

    Thanks a lot
Reply
  • Thanks Eduardo an rajasekharp,
    My solution was to created an expression rules "goToTaskByUrl" where I pass Hostname and TaskId, here the syntax:
    ="http://"&ri!hostname&"/suite/tempo/tasks/task/"&ri!activity

    This expression rules is into the email on "Escalation tab" . The taskId is generated by this
    =rule!goToTaskByUrl(cons!HOST_NAME,getprocesstaskid(pp!id,tp!name,true))

    It's Works! :)

    You are welcome, If you have any suggestion for reduce this steps :)

    Thanks a lot
Children
No Data