So Im trying to get a description of my steps in a sequence, I run the method Step.GetExecutionFlowString and get the following string... (I replaced the original values with xxx)
Batch Synchronization: xxx
Lock: xxx
Precondition: xxx
Run Mode: xxx
Pre Expression: xxx
Status Expression: xxx
Post Action: xxx
I am trying to separate the attributes of this string in order to make a detailed report, i.e. a table with one row per property (Batch Sync, Lock,Pre expression, Post Action, etc) instead of the raw string above. I tried to add as many modifiers as possible to my example step but I am afraid I may be missing something. Does anybody know where can I find documentation about ALL the categories that Step.GetExecutionFlowString may return...
Thanx