I am trying to use a cursor in a workflow but it isn't working the way I 
expect.  Here's a part of my cursor:

<cursor>
        <subprocess ref="invent-concept" />
        <participant ref="command-wf-logWorkItem" />
        <if test="${field:action != proceed">
                <break />
        </if>
        
        <subprocess ref="extend-concept" />

        <if test="${field:action == cancel">
                <break />
                <if test="${field:action == reject">
                        <back />
                </if>
        </if>
</cursor>

After the invent concept subprocess runs, the action field is "proceed".  But 
what happens is the workflow breaks off.  I expected it to continue with the 
extend-concept subprocess.  No errors are reported.  Is this how it is 
supposed to work?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFE users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openwfe-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to