Situation:
How can I quickly find all the attributes of all the process-flows? Is it possible to query the meta data ? If so what table?
I need to find all the process flows that have the Logging Level set to INFO and change them to ERROR.
The list of process-flows does not include that column.
Opening each one individually is laborious.
Trick:
You can identify what flows have a Logging Level other than Error by running the tracer utility.
https://support.adeptia.com/entries/67067446-Using-the-Tracer-Utility
In the zip file generated, there will be a runtime_info.txt file. Within that file, there will be a section
Number of Process Flow(s) with logging level other than 'ERROR'
That shows the total number of flows and which flows are not set to ERROR.
Comments
0 comments
Article is closed for comments.