How to get closed task link and display at Angular page

Certified Associate Developer

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

  Discussion posts and replies are publicly visible

Parents
  • 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.

Reply
  • 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.

Children