task URL from task ID

Hi All,

I have to send a reminder about pending task 

How can I get the task URL from the Task ID ? 

 

Tanks

Elia 

  Discussion posts and replies are publicly visible

Parents
  • you can run a scheduler process whenever it is required and use a Execute process report smart service and get the task ID from the Report. and the report which is to be used to Task per Process report. Once that is obtained you can use the task ID and frame a link using ur appian home url. Post that use send email plugin and send the mails. Hope this helps!! :)
  • Yes, I have done these steps , but I don't know how I can have the task link by task ID ?
    Is there a function on something like that ?
    I would like to put the exact URL in the mail, but I am not able to do that because I don't see any helpful function

    Thanks
    Elia
Reply
  • Yes, I have done these steps , but I don't know how I can have the task link by task ID ?
    Is there a function on something like that ?
    I would like to put the exact URL in the mail, but I am not able to do that because I don't see any helpful function

    Thanks
    Elia
Children
  • I can tell you a simple way to do it like lets say for example dev.appiancloud.com/.../536877657 is the link which you have to build it , if you are planning to call it from tempo, the URL till dev.appiancloud.com/.../ will remain the same, only thing changes is the last task ID so you can save this in constant and append only the task ID each time, in the mail wherever you wanted to. Let me know if you wanted any other information