hi,
is it somehow possible to get the workflow information extracted and have it exported as text? For example, I have a simple workflow where the nodes have the following names: Read Database DB1 -> Get Joined tables DB1_Table1 and DB1_Table3 --> Filter out missing values for column DB1_Table1_Column4 -> Write to CSV file file1.cs.
Then I would like to get somehow all these node names in the order of execution, so I have this "metadata" available as text, to use it as metadata on the extracted data, to know how this data has been analysed as a reference in the future...