Skip to main content
July 15, 2022
Question

Error while opening task link from interface

  • July 15, 2022
  • 2 replies
  • 0 views

I have created one process report and then I fetched the process report data in grid by using a!queryProcessAnalytics function. then i have created link for user to complete the task(for link i have used a!processTasklink function) . when i click on the link it shows this error,

the code for process task link,

please suggest a way to solve this error  and Is their any alternate way to do it? .

2 replies

peter.lewis
Employee
July 15, 2022

Are you certain that the identifier provided is for a valid active task? Is it possible that the task actually has already been completed / deleted? Also can you share more information - what does your query look like? How did you set up your interface?

gopalk2865
July 15, 2022

HI Ravi, Looks like you are not passing the correct task id as identifier. Check your report or try to open this query in an expression to see whether you are getting correct task id or not.