[jboss-user] [JBoss jBPM] - Re: Problem with multiple end-states

2007-07-11 Thread fewagewasd
Is there any way to tell jbpm to wait in the state and execute the action when I call signal()? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062826#4062826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062826

[jboss-user] [JBoss jBPM] - Problem with multiple end-states

2007-07-10 Thread fewagewasd
Hi, I've got a problem with the following test- workflow: | process-definition xmlns= name=test |start-state name=start | transition name= to=FooBar/transition |/start-state |state name=FooBar | event type=before-signal | action name=check foo

[jboss-user] [JBoss jBPM] - Re: Problem with multiple end-states

2007-07-10 Thread fewagewasd
hm if that's the case, i think it shouldn't be allowed by the xml schema to create more than one end state... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062506#4062506 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with multiple end-states

2007-07-10 Thread fewagewasd
I've tried the following: |node name=node1 | action class=TestActionHandler.class/ | transition name=foo to=EndFoo/transition | transition name=bar to=EndBar/transition |/node | but i get a DelegationException... View the original post :