Skip to main content
floriang0001
September 17, 2021
Question

Best practice to filter all Appian tasks by the app which created them?

  • September 17, 2021
  • 2 replies
  • 0 views

Assume we have a task report displayed within an Appian app. Usually, I would see all tasks assigned to an user, meaning also some tasks spawned by other apps. What is the silver bullet here?

My current approach is the following, i.e. filtering by Process whose process name contains the prefix of my app which looks rather improvised to me. Is there an out-of the box way how to obtain the app which created a specific task?

Related questions

2 replies

stefanhelzle0001
September 17, 2021

AFAIK there is no great solution. I typically have a constant storing all the relevant processes and use that to filter in queryProcessAnalytics.

marco.amador
September 17, 2021

I agree with Stefan's approach. Typically a constant or rule holding all the relevant processes to use in the filter is the usual practice.