Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Thu Oct 14, 2010 10:55 am Post subject: |
|
|
Yes, it is a needed improvement in one of the next couple of patch updates. We will see what we can do without disturbing the current logging, in case users have scripts running against the log files. Maybe an extra line with
Task Sequence Title - Step 1 - Step Title 1 etc...
It would be difficult to figure out otherwise.. unless you keep a manual variable list like:
sequence1steps = taskTitle1,taskTitle2...
sequence2steps = taskTitle5,taskTitle8 ....
then in your parser script, check which task title belongs to which sequence.. fairly complicated to do... |
|