Re: [rules-users] [Droolsflow] Pagination of getTasksAssignedAsPotentialOwner (Mauricio Salatino)

2009-11-02 Thread Anderson vasconcelos
TasksAssignedAsPotentialOwnerWithGroups. >> >> Do you think you can assist us in adding this functionality? Simply >> check out from source, modify the task code as necessary, write a simple >> test and provide us with the patch? >> >> Thx, >> Kris >> >&g

[rules-users] [droolsflow] Jmeter Test

2009-10-30 Thread Anderson vasconcelos
Hi All I Make a test with Jmeter (http://jakarta.apache.org/jmeter/) to stress my flow. I Created a Thread Group, to execute 1000 simultaneous users for start the flow. I had the follow trouble: The First users that try to started the process, received this execption: Caused by: java.lang.NullP

Re: [rules-users] [Droolsflow] Pagination of getTasksAssignedAsPotentialOwner (Mauricio Salatino)

2009-10-30 Thread Anderson vasconcelos
getTasksAssignedAsPotentialOwn er To: Rules Users List Message-ID: Content-Type: text/plain; charset="iso-8859-1" Yes.. also probably you need to extend the named query too.. 2009/10/29 Anderson vasconcelos > HI > > It's possible to build a real

[rules-users] [Droolsflow] Pagination of getTasksAssignedAsPotentialOwner

2009-10-29 Thread Anderson vasconcelos
HI It's possible to build a real pagination search using MinaTaskClient.getTasksAssignedAsPotentialOwner() (Using Limit and Offset)? Must I Override the implementation of BlockingTaskSummaryResponseHandler or MinaTaskClient? Thanks ___ rules-users mail

[rules-users] [droolsflow] Multiple Instances

2009-10-21 Thread Anderson vasconcelos
Hi everybody. I Have a flow : [Start] -> [First_HumanTask] -> Split -> [Second_HumanTask] or [End]. Someday i had asked about why my flow was stopped (See [droolsflow ] Flow is Stoped) . Kris Verlaenem, told to me to use https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk

[rules-users] [droolsflow] Flow is Stoped

2009-10-15 Thread Anderson vasconcelos
Hi I Have a flow as folow: Start -> First_HumanTask -> Split -> [Join -> Second_HumanTask] or [End]. When i Create one instance of my flow, this runs fine. But when i have many instances of my flow (Size of StatefulKnowledgeSession > 1), and finish the First_HumanTask the flow stoped. (Not Create d

[rules-users] [droolsflow] ForEach

2009-10-14 Thread Anderson vasconcelos
Hi all I have a flow that has a "for each" where for each Ticket (List of FactObject) create a subflow that contains a HumanTask How can i set the Ticket inside a Content of HumanTask of subflow? I Tried to put #{ticket} inside a content of HumanTask, but the just put a string of class (Ticket.toSt

[rules-users] [droolsflow] ForEach usage - Version 5.1.0

2009-10-07 Thread Anderson vasconcelos
Hi All To use a ForEach element i need to access a collection inside my FactObject. (FactObject.list) I tried to call FactObject.list inside a CollectionExpressions but this fail. (Just ok with list defined as a process variable) *So i do something thats a consider a workaround:* 1- I Create a '"

[rules-users] [DroosFlow] Restore the StatefulKnowledgeSession

2009-10-05 Thread Anderson vasconcelos
Hi I'm have a flow with two moments. First the *client* created the task. Second the *user* approve the task. The Second can occurred in another day, year, month. Has one way to persist the StatefulKnowledgeSession in database and recuperated them again? This is necessary: 1) Because my Applic

[rules-users] [droolsflow] Constraint Editor

2009-10-02 Thread Anderson vasconcelos
I have a flow that user (Human Task) can choose two ways: Valid Ticket and Invalid Ticket To pass to valid way, i used a MinataskClient.Complete and it works. But to go to invalid way, i try to used MinaTaskClient.fail, but this command not continue my task. My question is: 1) Whats the bast way t