Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Task Order Question...

 

Hello, I've only tried Informatica and I haven't heard of Talend recently. I am writing because I have a question while using it.

 

I have 2 questions about the sequence of operations.

 

First,

 

0683p000009M8nr.png

 

There is a task like this...

 

Operation No. 1 is O_JOB_LOG, which must be done after all tasks No. 2, 3 and 4. So I used If Component. But There is an error as shown above.

 

 

Of course, using ok component works well. But O_JOB_LOG runs three times... I want to run once all the work on number 2, 3 and 4 is done.

 

0683p000009M8kP.png

 

And Second Question...

 

0683p000009M8o1.png

 

This operation is in the form of three tasks being performed with one parameter file.

 

I wanted to run 1, 2 and 3 jobs in parallel, so I connected them with a literal.

 

However, the task runs in 3,2,1 order.

(Job menu - Extra - Multi thread execution is checked already.)

 

 

Thank you for reading the long letter and answer two questions...

 

 

 

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Any body here? 0683p000009MPcz.png

Anonymous
Not applicable
Author

Hello,

 

For the first one, you could use tPostJob component to run that but after all the sub-jobs are done running.

 

For the second case, please do try using tParallelize component.

 

Hope this helps!