I have to perform more stuff after the parallelization work using Talend Studio. How do I place a connecting OnSubJobOk?

怎甘沉沦 提交于 2019-12-11 05:14:05

问题


I am trying to implement parallelization within talend. I have it working, but now I don't know how to connect the parallelization work to the next part. Usually, you would click on the previous block and select OnSubjobOk. That option doesn't appear. Is there another component that I need to add that I don't know about?


回答1:


Under the basic settings of tParallelize you would find the option Wait For. This have two options -

  1. end of first subjob: sequence the relevant subjob to be executed at the end of the first subjob
  2. end of all subjobs: sequence the relevant subjob to be executed at the end of all subjobs.

So, all you have to do is connect your next part - your sub job with the tParallelize component by selecting the trigger - synchronize(wait for all). This would ensure once all the parallel subjobs/components are executed the sub job connected with synchronize(wait for all) will be executed.



来源:https://stackoverflow.com/questions/52213647/i-have-to-perform-more-stuff-after-the-parallelization-work-using-talend-studio

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!