[jboss-user] [JBoss jBPM] - No timer allowed in start-state (jBpm 3.2) ?

pirx do-not-reply at jboss.com
Mon May 21 04:57:55 EDT 2007


Hi,

according to the Schema for JPDL 3.2, there is no timer allowed
in the start-state:


  | <xs:element name="start-state">
  |     <xs:complexType>
  |       <xs:choice minOccurs="0" maxOccurs="unbounded">
  |         <xs:element ref="description" />
  |         <xs:element ref="task"/>
  |         <xs:element ref="transition"/>
  |         <xs:element ref="event"/>
  |         <xs:element ref="exception-handler"/>
  |       </xs:choice>
  |       <xs:attribute name="name" type="xs:string"/>
  |     </xs:complexType>
  |   </xs:element>
  | 

This was allowed in 3.1. 

Is this correct, and if yes, why is a timer not allowed in the start state (at least according to the XSD) ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047149#4047149

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047149



More information about the jboss-user mailing list