Highlight a few differences between ‘OnComponentOk’ and ‘OnSubjobOk’.

devquora
devquora

Posted On: Dec 21, 2022

 

Major difference between ‘OnComponentOk’ and ‘OnSubjobOk’ lies in the connection and they are:

OnComponentOkOnSubjobOk
Belongs to Component Triggers connections.Belongs to Subjob Triggers connections.
It is linked to Component that starts to execute only when the previous component is successfully finished and executed.It is linked with Subjob that starts executing only when the previous Subjob finishes execution.
OnComponentOk link can be used with any component in a Job.This OnSubjobOk link can only be used with the first component of the Subjob, not others.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Talend Interview Questions

    What do you understand by Talend in general?

    Talend is a simple open source software integration platform/vendor which offers integration and data..

    Talend Interview Questions

    Why Talend when there are many other ETL tools available?

    Following is the major advantage of Talend: Talend operates with a huge community in a very little expense in a very swift..

    Talend Interview Questions

    What do you know about connections in Talend?

    In Talend, connections are the ones to determines the data process, data output, or the logical sequence of work..