Retreive child job ID with in parent job while running a job.

3079
2
07-25-2012 05:38 AM
RajeshMane
New Contributor
Hello all,

I have a scenario where in I am creating new child  job within my job (Workflow). That new job is also getting assigned to different group succesfully. I am not able to send new created child job ID as notification to respective group. there is no Token available for fetching child job id.

Does any one know how child job can be retrieved with in one job(workflow).Please speak.
0 Kudos
2 Replies
AjaySisodia2
New Contributor
I am not sure of the workflow but you can try putting the notification step after the child creation step and in the notification step, run the query to find the child job of the current job. if you are doing if thru application then capture the job creation event to know the child job id. hope this will help.
0 Kudos
RajeshMane
New Contributor
Thanks Ajay for Quick help.

I need to know how I query can be run and pass it to Notifcation. could you brief the actual functionality.
0 Kudos