<successors> <successorset description="blah"> <succ v="zero"/> <succ v="one"/> </successorset> </successors>
<successors> <successorset description="foo"> <succ v="zero"/> </successorset> <successorset description="bar"> <succ v="one"/> </successorset> </successors>
Hi All,Thanks in advance. I am trying to invoke two different successors depending on the call back value from the external ipl script. The external script either return a '0' or '1'. If the value returned is 0, the workflow proceeds to the right successor. But if the returned value is 1, the workflow just hangs. Any pointers wouls be greatly appreciated. Here is the portion of the workflow code and the external perl script as an attachment.Thanks,Jenni
<successors> <successorset description="DataDeploySuccess"> <template_script><![CDATA[ if ($fileType eq "Documents") { __INSERT__("<succ v='SupDeployment'/>"); } else { __INSERT__("<succ v='Unlock'/>"); } ]]></template_script> </successorset> <successorset description="DataDeployFailure"> <succ v='DeploymentFailure'/> </successorset> </successors>
Oops...good catch.She posted her stuff as a .txt . . . don't know if you saw that.