Hi everyone,
I need to create two expression rules that shows:
1. The information of all unfinished instances of the processes (what is seen in monitoring as not completed) in a range of dates.
2. Same, but with finished instances.
Both must return a dictionary list with the basic information of the process: name, who started it and start date.
Can you help me?
Thank you!!
Discussion posts and replies are publicly visible
Hi n.martinez.bernal
For your requirement, you can explore the process report object in Appian. https://docs.appian.com/suite/help/20.4/Process_Reports.html
Note: Process reports are useful for active instances reporting, but if you need to create a report of completed instances, it is better to store the data in a table. Process reports will not have the data of archived/deleted process instances.