Skip to main content
January 24, 2022
Solved

error on creating a process report

  • January 24, 2022
  • 12 replies
  • 0 views

Hi everyone 

i created a process report of tasks because i want to display on interface on a grid all the tasks of group of people.

now i created all the process report , the constant which  point to the process model and in the interface i used the  a!queryProcessAnalytics and used the pointer of that process report .

But i have an error and i dont understand it what does it mean ???

 

Best answer by stefanhelzle0001

That report needs a different type of context.

https://docs.appian.com/suite/help/21.4/Process_Reports.html#process-report-types

You need to provide a context of the same type as in the report configuration.

12 replies

stefanhelzle0001
Brainy
January 24, 2022

I see two different error messages. One complains about a missing report, the other about a missing context.

The type of context you need to pass depends on the type of report you created. For example, if this is a report with a process context, then you need to pass the list of process models as the context.

January 24, 2022

my bad , my error is the missing context one