How to get the duration of a microflow and get the number of loops
0
I want to intentionally generate an out-of-memory error for verification purposes. I needed to know how long will the microflow run and number of loops it goes until the error occurs.
asked
JOHNJO JOSMON
1 answers
0
The quickest and easiest way is to create two datetime variables, one at the beginning and one at the end, and then calculate and log the difference between them.