Results 1 to 2 of 2

Thread: Knowing job instance id during job execution

  1. #1
    Join Date
    Jun 2010
    Posts
    6

    Default Knowing job instance id during job execution

    On our project we have a db table that tracks all items that are being processed. We decided to link each item to the job instance that process it.

    Is it possible to know the job instance id during the job execution?

  2. #2
    Join Date
    Jun 2010
    Posts
    6

    Default

    Nevermind, i end up autowiring the JobOperator, and now i can get my job instance id.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •