Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a child with contexts: A and B
I have a parent with contexts: C and D
I call the child a tRunJob with the Context A but the parent is ran with context C
It runs fine in the ToS but when I build to a jar and .sh I only see --context=C %*
Is there a way to build these and run
Child with context A
Parent with context C?
TIA
-J
Adding a context "A" to the parent job with noting in it did the job
Adding a context "A" to the parent job with noting in it did the job
Hello,
You are able to pass context variables from Parent job to Child jobs as well.
1. In the Parent job, all the context variables should be set up completely and correctly.
2. In the Child job, add context variables with the same names but without values.
3. In the Parent job -> tRunjob component, select 'Transmit whole context'
4. The context variables can be used in the child jobs now.
Hope it helps you to understand the context value between Parent and Child job