Hi Thomas!

Sorry, my mistake is in low attention - 
The rule for SWAMP is: 
"If you have different conditions for output for your node - remember that
both never executed!!!" - I've forgeted about it ))

The explanation is follow: one of subworkflows has finished and leaves node
- this all. And to other two nodes workflow has not become never, because
node is leaved. 
Second runned subworkflow has finished but node where condition are - is not
active. 

Greetings

Vasyl

 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas
Schmidt
Sent: Wednesday, September 13, 2006 6:57 PM
To: swamp-devel@lists.sourceforge.net
Subject: Re: [swamp-devel] Authenticating users with CAS

Vasyl Matyashovskyy schrieb:
> Hi Thomas!
> 
> I meet difficulty in condition <and> in <subsfinished>.
> Please look code bellow:
> ...
> <edge to="milestone_development">
>   <subsfinished subname="development" subversion="0.1"/>
> </edge>
> 
> <edge to="milestone_box">
>   <subsfinished subname="box_tune" subversion="0.1"/>
> </edge>
>    
> <edge to="deployment">
>  <and>
>     <subsfinished subname="box_tune" subversion="0.1"/>
>     <subsfinished subname="development" subversion="0.1"/>
>  </and>
> </edge> 
> ...
> 
> So, my workflow followed to nodes milestone_box and milestone_development,
> but not followed to deployment node.
> 
> What can be wrong?
> 
> Maybe I can't use <and> condition for subworkflow?

Are you sure that the edge <edge to="deployment">
was already active when the subworkflows finished? It should work.

-- 
Thomas Schmidt (tschmidt [at] suse.de)
SUSE Linux Products GmbH :: Research & Development :: Internal Tools
"A strange game.
The only winning move is not to play.", Wargames



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
swamp-devel mailing list
swamp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swamp-devel
http://swamp.sf.net 

Reply via email to