Does Appian in it's current version have capability to provide a link from a

Does Appian in it's current version have capability to provide a link from a news feed to open a task / task history ?...

OriginalPostID-90053

OriginalPostID-90053

  Discussion posts and replies are publicly visible

Parents
  • A) All tasks for the current user are available in the "Tasks" section in Tempo. The user just needs to click in that section to access all relevant tasks.

    B) If you still want to post the link to the task, your task is Tempo enabled and you know the task ID you could:

    1. Create a constant to hold the URL of the current environment (e.g. cons!ENVIRONMENT_URL which will be eduardoslaptop.appiancorp.com:8080/suite)

    2. Create the URL in the body of the post:

    =cons!ENVIRONMENT_URL & "/tempo/tasks/task/" & pv!myTaskID

    C) If your task is not Tempo enabled clicking on this link will open Tempo again and then the Apps portal (not very user friendly but that's one more reason to stay with Tempo forms)
Reply
  • A) All tasks for the current user are available in the "Tasks" section in Tempo. The user just needs to click in that section to access all relevant tasks.

    B) If you still want to post the link to the task, your task is Tempo enabled and you know the task ID you could:

    1. Create a constant to hold the URL of the current environment (e.g. cons!ENVIRONMENT_URL which will be eduardoslaptop.appiancorp.com:8080/suite)

    2. Create the URL in the body of the post:

    =cons!ENVIRONMENT_URL & "/tempo/tasks/task/" & pv!myTaskID

    C) If your task is not Tempo enabled clicking on this link will open Tempo again and then the Apps portal (not very user friendly but that's one more reason to stay with Tempo forms)
Children
No Data