Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job that contains one tRESTRequest and, depending on conditions, the flow can redirect to different tRESTResponses
The job works well and I would now like to have the many tRESTResponses in different child jobs (just for a cleaner screen)
Context variables are passed to the child job which can be seen in the console by using System.out.println(context.serviceMessage); in a tJava
When the flow gets to the tRESTResponse within the child job, I get the following message:
[center][color=#ff3333][WARN] nonsense: tRESTResponse component used without tRESTRequest component on the job[/color]
[/center]
Is there a setting in the tRunJob component that could link the tRESTResponse of the child job to the tRESTRequest of the parent job?
If not, is there a way to separate a tRESTResponse and a tRESTRequest in parent/child jobs?
Thanks