Re: [rules-users] How to execute a Process API result?

2009-11-20 Thread Scott Stevenson
Sorry, can't help you there. I don't have any experience with GWT. -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of ramram8 Sent: Friday, November 20, 2009 2:07 PM To: rules-users@lists.jboss.org Subject: Re: [rules-user

Re: [rules-users] How to execute a Process API result?

2009-11-20 Thread Scott Stevenson
This is how I ran my dynamic process: Public static final void main(String[] args) { String xml = XmlRuleFlowProcessDumper.INSTANCE.dump(createProcess()); System.out.println(xml); KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder(); kbuilder.ad

[rules-users] How do I resume a paused process?

2009-11-19 Thread Scott Stevenson
is that the workflow restarts from the first node and completes to the end. I expected that the workflow would start at the persisted location. What am I missing here? Scott Stevenson ___ rules-users mailing list rules-users@lists.jboss.org https://li

Re: [rules-users] How to execute a Process API result?

2009-11-03 Thread Scott Stevenson
Got it! Thanks Kris and Mauricio for your guidance on this. -Original Message- From: Kris Verlaenen [mailto:kris.verlae...@cs.kuleuven.be] Sent: Monday, November 02, 2009 6:01 PM To: Rules Users List; Scott Stevenson Subject: Re: [rules-users] How to execute a Process API result? Scott

Re: [rules-users] How to execute a Process API result?

2009-11-02 Thread Scott Stevenson
If you need the reference to the process instance you can do: WorkFlowProcessInstance processInstance = ksession.startProcess(...); Work 2009/11/2 Scott Stevenson I read that section but I'm still not clear how to add my process (created like the section just before) to

Re: [rules-users] How to execute a Process API result?

2009-11-02 Thread Scott Stevenson
u can do: WorkFlowProcessInstance processInstance = ksession.startProcess(...); Work 2009/11/2 Scott Stevenson I read that section but I'm still not clear how to add my process (created like the section just before) to the KnowledgeBase. Section 3.2 shows adding an existing .rf file. I have

Re: [rules-users] How to execute a Process API result?

2009-11-02 Thread Scott Stevenson
ndex.html#d0e1375 In the section 3.2 Using a Process in Your Application you will find the correct api's. Greetings. 2009/11/2 Scott Stevenson I'm working with Drools 5. From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Maurici

Re: [rules-users] How to execute a Process API result?

2009-11-02 Thread Scott Stevenson
just with the Drools 4 version? Or you can jump to the Drools 5 version? On Mon, Nov 2, 2009 at 5:41 PM, Scott Stevenson wrote: I'm trying to execute the result of the Process API and running into problems most likely stemming from my ignorance. I'm creating a new process following

[rules-users] How to execute a Process API result?

2009-11-02 Thread Scott Stevenson
on is null pointer from inside the ActionNodeInstance class. Where am going wrong in implementing the Process API? Thank you, Scott Stevenson ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users