Hi, Ok, I feel stupid now... :) Thanks -----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de Diego López León Envoyé : vendredi 18 mars 2011 14:27 À : Rules Users List Objet : Re: [rules-users] Question regarding drools example
Yannick, those constants are defined in org.drools.runtime.process.WorkItem which is one of the interfaces implemented by org.drools.process.instance.impl.WorkItemImpl Regards 2011/3/18 DECOUX Yannick <[email protected]>: > Hi, > > > > I'm new to drools and i'm trying to learn through the drools examples. > > Inside the file org.drools.examples.process.order.logging.drl I see this : > > > > workItem: WorkItemImpl( state == WorkItemImpl.PENDING ) from > workItemNodeInstance.getWorkItem() > > > > The PENDING constant seems to be missing in the > org.drools.process.instance.impl.WorkItemImpl class > > Am I missing something ? > > > > Thanks > > Yannick > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > -- diego _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
