On 6/7/06, JP Singh <[EMAIL PROTECTED]> wrote:
> Hi John
> Its  behaviour   is same with or without fields
> option.
> i.e . it opens a new workflow. Old data is lost.

That works fine for me as well :

---8<---

<process-definition name="test" revision="0.0">

    <sequence>
        <print>${f:i}</print>
        <if>
            <lesser-than field-value="i" other-value="4" />
            <sequence>
                <inc field="i" />
                <subprocess ref="sub" />
            </sequence>
            <print>over.</print>
        </if>
    </sequence>

    <process-definition name="sub">
        <subprocess ref="test" />
    </process-definition>

</process-definition>

--->8---


Best regards,

John


_______________________________________________
OpenWFE - Open source WorkFlow Engine
OpenWFE-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openwfe-users

Reply via email to