Fixed Bug TDI-27838: tRunJob "Die on child error" doesn't work with parallel execution
https://jira.talendforge.org/browse/TDI-27838 Note:Iterator line multithreadedRunResult error git-svn-id: http://talendforge.org/svn/tos/trunk@110700 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
@@ -19,6 +19,8 @@ public class TalendThread extends Thread {
|
||||
public Integer errorCode = null;
|
||||
|
||||
public String status = ""; //$NON-NLS-1$
|
||||
|
||||
public Exception exception = null;
|
||||
|
||||
// this is a template for Iterate Parallel
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user