You are not logged in.
Announcement
Unanswered posts
|
Thank you Shong!
That was exactly I was looking for!
regards,
Robert
Hi Robert
You can use runIf connector to fires different child jobs, for example:
....another subjob---runIf_1--tRunJob_1
---runIf_2---tRunJob_2
the condition of runIf connector is a boolean expression, for example, the expression of runIf_1 is set as:
"x".equals("y")
Best regards
Shong
Hello,
I thinking about a solution for the following scenario:
Creating XML document and transport them to a different place - via FTP, Email, or other service.
Creating XML document is already a defined job.
The kind of transport is defined in my context.Vars() (1=FTP, 2=Email etc.)
What kind of component can I use to switch to the following job (postJob), which get my created file and takes it somewhere.
Thank you very much!
regards,
Robert