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
Discussion posts and replies are publicly visible
AFAIK there is no great solution. I typically have a constant storing all the relevant processes and use that to filter in queryProcessAnalytics.
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.