I need a unid for each started job. I need it for keeping track of start, stop and errors. What I would like to do is to make each job start by calling a shared subtask that inserts the unique unid from the started job into a database, do the other tasks, and at the end call another shared subtask that inserts the same unid in the database.
Unfortunately I can't find an Unid for the currently running job.
Edited by moderator
2011-08-22T08:10:16Z
|
Reason: Not specified