replied on March 15, 2021
It might be possible on later versions, but I'm on 10.2 and could never figure out a way to do that. I ultimately set-up a View on the LFForms database that mimics what is shown on the Monitor page in LFForms (mostly mimics it, I display individual line items for each task assignment, so a process with multiple concurrent tasks or assigned to multiple people will show multiple times). Then I set-up a report (that hides the Submit button, as it doesn't actually go anywhere) that when loaded, does a lookup from that View, and then displays all matches for the current user.
I use this so that staff and their managers can see all active processes with tasks currently assigned to them, but you could do the same thing to see processes that were started by them - would just need to group the View differently. I can share the code for the View if you'd like.