0 Replies Latest reply on May 21, 2007 4:57 AM by pirx

    No timer allowed in start-state (jBpm 3.2) ?

    pirx

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