Skip to main content
August 23, 2021
Question

How to get closed task link and display at Angular page

  • August 23, 2021
  • 2 replies
  • 0 views

Hi Team,

We have created Dashboard using Angular , user can view task summary and an Appian task link is available to user to work.

we have a requirement to display closed task details and status of the instance to user. 

Please can you suggest how to create and get a closed task link at Appian.

Thanks,

Gaurav

    2 replies

    ravir0002
    August 23, 2021

    Once a task is completed, the task link will not work. However you can do the work around for your requirement. You can do the following:

    1. Create the task report

    2. Get the task based on the task status as completed (Need one interface to display the list of task to gird with link on task name)

    3. On click of task name (Need an interface to display the read only information just like the summary page using the safe link)

    Hope this answer your question.

    September 3, 2021

    thanks!