ProcessFlow inventory - nodes used

 2 Replies
 3 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Joseph Van Denburg
Basic Member Send Private Message
Posts: 8
Basic Member

I'm looking to create a list of our active ProcessFlows and the node types utilized in each flow - or a list of unique node types used in each flow.

I was thinking of using a Landmark transaction to find a list of active flows and the current version, a second Landmark node to query the version to pull the FlowXML.

Not sure how to parse the xml to leave me just with a list of the node types.

Any ideas?

Thanks

Joe

David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
You could create an XML schema to parse your flow XML and use an XML node with that schema to determine the node types used. There are free tools online that allow you to post your XML and create the schema.
David Williams
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
What tables is the flow information stored in? I would be interested in doing this also. Thank you.