How to set tDataStewardshipTaskPoutput component to update existing tasks?
I defined a job in Talend Studio, this job will get SFDC records first, then group similar data records using tMatchGroup component, then create Talend Stewardship tasks using tDataStewardshipTaskPoutput component, when I first run this job, create 23 records in Talend Stewardship task, when I run this job again, create 23 new records with the same ID value in Talend Stewardship task again, my expected result is that the second run only update existing records in Talend Stewardship task, not create duplicated records, is there way to do it?