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
  • To use this plug-in the syntax is:

    =getprocesstaskid(pp!id, "My Task Name", true)

    or if you want to get it by display name it'd be something like

    =getprocesstaskid(pp!id, "My Task Display Name", false)

    Note that I am using pp!id because I am assuming you'll put this in the same process where you want to get the task from but that can be the ID of any process.

    Also note that this can get the task id only if the task has already been instantiated so don't put this right in parallel of the task, it has to be in parallel in the model but with a delay.
Reply
  • To use this plug-in the syntax is:

    =getprocesstaskid(pp!id, "My Task Name", true)

    or if you want to get it by display name it'd be something like

    =getprocesstaskid(pp!id, "My Task Display Name", false)

    Note that I am using pp!id because I am assuming you'll put this in the same process where you want to get the task from but that can be the ID of any process.

    Also note that this can get the task id only if the task has already been instantiated so don't put this right in parallel of the task, it has to be in parallel in the model but with a delay.
Children
No Data