Hi,

When the execution in the Sub work flow ends will the parent node get
activated automatically? I have set an out node variable in subwork
flow.

Like this
Code In sub work flow

<node id="5" type="End">
    <in>
      <variable name="SubTeamLeaderApprove" as="teamLeaderApprove"/>
    </in>
  </node>


In main work flow

<!-- starting sub work flow -->
    <node id="5" type="SubWorkflow" subWorkflowName="OnLeave">
        <out>
            <variable name="SubTeamLeaderApprove" as="teamLeaderApprove"/>
        </out>
        <outNode id="7" />
    </node>

    <node id="6" type="Input">
        <!-- team leader approve -->
        <variable name="teamLeaderApprove">
            <condition type="IsBool" />
        </variable>
        <outNode id="7" />
    </node>

Is this syntax correct.If i am wrong please feel free to guide me.

I am half way now . Please Do reply me..Dont ignore this mail.

Thanks
surej
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to