How to search for a Microflow based on Object ID (I think)

0
Very new to mendix and trying to clean up errors on an existing project. A stack trace I'm looking at shows an error but I can't find the microflow it's referencing. What is the number in parenthesis? Is this the microflow's object id? If so is there documentation on how to find which microflow is tied to that id? com.mendix.systemwideinterfaces.MendixRuntimeException: Long running microflow (1522439366970) failed due to an error.  
asked
1 answers
0

Hi Liam,

I'm not sure if you can find what microflow was triggered from that id, but you can monitor the Running Now tab on the metrics page in the sprinter portal. From here you can see what microflows are currently running, and stop any that have been running for a long time.

Here's some documentation on this.

https://docs.mendix.com/deployment/mendixcloud/troubleshooting-mxcloud-runningnow

answered