Hi Thomas!

I've changed that you said, but this give other difficulty:
 Edge condition for Sub1 after satisfaction(I change databit value in
scriptaction) become in Green color but not allow cross to next node
 So what means if: 
 - Conditions that are still waiting for a certain event are colored GREEN?

If I try manually change databit in main workflow (that used in edge
condition of Subworkflow) then all cross normally to next Node.

Greetings,
Vasyl
 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas
Schmidt
Sent: Monday, August 28, 2006 10:26 AM
To: swamp-devel@lists.sourceforge.net
Subject: Re: [swamp-devel] access to Main DATASET from subworkflows

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