On 12/22/05, Boris Kraft <[EMAIL PROTECTED]> wrote:
> I have the subprocess definition attached below.
>
> When trying to launch a flow that includes this subprocess definition
> (starts as external process), I get an exception claiming that "ref" or
> "var-ref" would be missing from the subprocess definition (sorry I do
> not have the exact exception text available right now)
>
> The subprocess seems to validate (from OSX, seems validation was not
> working on windows 1.6.1pre0)
>
> I am on 1.6.1pre0 on Windows
>
> Regards
> Boris
>
> --- 8< ---
>
> <?xml version="1.0" encoding="UTF-8"?>
> <workflow-definition name="init-bla" revision="1.0">
>         <description>
>         </description>
>
>         <!-- an empty process body - we just use this to define the
> sub-processes -->       <sequence />
>
>         <!-- be able to check if subprocesses are already defined -->
>         <process-definition>
>                 <sequence>
>                         <set var="bla-init-ok" value="true"/>
>                 </sequence>
>         </process-definition>
>
>         <process-definition name="//init-group-leader-email-addresses">
>                 <sequence>
>                         <set var="test-group-recipient" value="[EMAIL 
> PROTECTED]"/>
>                         <set field="mail_pk" value="${test-group-recipient}"/>
>                 </sequence>
>         </process-definition>
> </workflow-definition>

Hi Boris,

a quick reply for now :

your first sub process definition is lacking a name, it makes it
difficult to call it.
(Lambda definitions will be possible very soon, but I guess it was not
in your intent).

Regards,

John


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
OpenWFE - Open source WorkFlow Engine
OpenWFE-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openwfe-users

Reply via email to