Skip to main content
marcot0005
March 9, 2022
Question

Who is assigned to a task

  • March 9, 2022
  • 11 replies
  • 0 views

Is there a way to query up who is assigned to a particular task? I've got a process report, but I'd like to somehow pull the assignee for a particular task out of that for use elsewhere. What is the best way to do that? 

11 replies

anupriyas7352
March 9, 2022

Hi Marco

We can create query process analytics to query the data from the process report. Through this we can apply filters and query particular details similar to query entity

Please refer the link below

https://docs.appian.com/suite/help/22.1/fnc_system_a_queryprocessanalytics.html

Thanks,

Anupriya

marcot0005
March 9, 2022

Thanks for the reply, but how do I refer to the process report? The documentation says to make a constant like this: 

=a!queryprocessanalytics(report: cons!all_processes)

However, when I create a constant, there is no option in the dropdown for a process report. Process model, report and task report are options, but not process report. 

mikes0011
Brainy
March 9, 2022

Process Reports are stored as a special type of Document.  Thus you'd make a constant of type "document" and set it to point to the process report document.

The Expression Guru