Vasyl Matyashovskyy schrieb:
> Hi Thomas,
> 
> I will be very appreciating for your help to find mistake.
> I put there copy of two workflows "Main" and "sub1" please find it bellow:

Hi Vasyl, this is a bug in the workflow verifier. It checks the
dataconditions too strict. It can be fixed by replacing in
de.suse.swamp.core.util.WorkflowVerifier:378

result.addError("Referenced databit: " + dcond.getField() +

with

result.addWarning("Referenced databit: " + dcond.getField() +

In the next release this will be fixed by a new reference to the parent
workflow in the subworkflow definition.

Greetings


-- 
Thomas Schmidt (tschmidt [at] suse.de)
SUSE Linux Products GmbH :: Research & Development :: Internal Tools
"Computers are useless. They can only give you answers.", Pablo Picasso


-------------------------------------------------------------------------
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