John, Good question. BPMN is the visual interface. Then you export it to some intermediate format (like XPDL). When you create a process, you will need to define the input parameters. This is usually done at the application level (Dialog of some sorts). Then this gets mapped to the WorkflowProcess parameters (if you use XPDL as intermediate representation). Then I would need to convert to openwfe xml.
On Aug 5, 2010, at 8:50 AM, John Mettraux wrote: > On Thu, Aug 5, 2010 at 9:48 PM, Cappelaere Patrice <[email protected]> > wrote: >> >> No problem. >> >> [I cannot really do this in plain ruby as my pdefs are defined in XML (which >> will be generated by a BPMN 2.0 compatible GUI).] > > How does BPMN2.0 let model those pre-checks ? > > Very curious, > > -- > John Mettraux - http://jmettraux.wordpress.com > > -- > you received this message because you are subscribed to the "ruote users" > group. > to post : send email to [email protected] > to unsubscribe : send email to [email protected] > more options : http://groups.google.com/group/openwferu-users?hl=en -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
