cancel
Showing results for 
Search instead for 
Did you mean: 

Raise event at completion of a step

Former Member
0 Kudos

Hi,

How could I raise an event at completion of a step of a job chain ?

Regards

Clement

Accepted Solutions (1)

Accepted Solutions (1)

nanda_kumar21
Active Contributor
0 Kudos

Hi Clement,

There is no way to raise an event directly at the completion of a step of Job chain. However there is a work around, lets say you have 3 jobs inside step 2 and you want to raise an event at the completion of step 2.

  1. Create 3 events
  2. Edit job 1 - on completion - raise event 1
  3. Edit job 2 - on completion - raise event 2
  4. Edit job 3 - on completion - raise event 3
  5. I'm assuming you want to run another job on completion of step 2, so you edit the dependent job in such a way to wait for all three of these events.

or as a better alternate

  1. The best way to do this is, ofcourse, adding the dependent job as step 3.

Nanda

Former Member
0 Kudos

Hi Nanda,

My concern was that I have a job with 3 steps and wanted to raise an event at completion of step 2.

I do this by creating a dummy step after step 2 which raise the event.

PS : I could not use the job in step 2 to raise the event because it is used in another job chain.

Thank you for your input.

Clement.

gmblom
Active Contributor
0 Kudos

Hello,

You can use the builtin job definition System_RaiseClearEvent for this.

Regards Gerben

Former Member
0 Kudos

Hi Gerben,

Thank you very much.

I will replace my dummy job by this one.

Regards

Clement.

Answers (1)

Answers (1)

Former Member
0 Kudos