ERROR : 02429 : task is not a start task ERROR : Could not add files to task newsnot ERROR : ERROR : 02429 : task is not a start task * Why the workflow don't reach the "...ChildNestedWF.ipl" called in "nested.template.intermediate.xml" ?
Hi,Here a description of a workflow for mutualisation for some kind of files from a branch to another :[...]Here the question : * The wft file define a start task which is an "externaltask" and the "nested.template.intermediate.xml" define the dummytask as the start task, then why this following error occur ? ERROR : 02429 : task is not a start task ERROR : Could not add files to task newsnot ERROR : ERROR : 02429 : task is not a start task * Why the workflow don't reach the "...ChildNestedWF.ipl" called in "nested.template.intermediate.xml" ?Do someone have any suggestion ?Thanks in advanced.--N.B.: files are joined to this post.
You can only add files to the start task.. So, remove <files/> Tag from your XML's non-starting Tasks even though it is an empty TAG that does not really indicate any Files
$externaltaskFilesElement->appendChild($fileNodeForExternalTask);
About < files / > TAG : files are adding by the PERL code in SCH_mutualise_setup_IntermediateNestedWF.ipl (line #451) by this instruction : $externaltaskFilesElement->appendChild($fileNodeForExternalTask); So... I have changed the XML model but the task don't reach neither the "...ChildNestedWF.ipl"The intermadiate script give the result in qr8aYYrMs3_SCH_mutualisation.wft._job_file_name_20080317.184818_tmp.xml.txt