Re: [rules-users] Flows, Subflows and fault.

2010-10-19 Thread Swindells, Thomas
From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of esteban.alive...@gmail.com Sent: 16 October 2010 17:17 To: Rules Users List Subject: Re: [rules-users] Flows, Subflows and fault. Hi Thomas, Here you have some answers (in blue) to your

Re: [rules-users] Flows, Subflows and fault.

2010-10-16 Thread esteban.alive...@gmail.com
Hi Thomas, Here you have some answers (in blue) to your complains: Issue 1: startProcess is semi-synchronous. It starts the process, runs through as many nodes as it can until it gets to a non-synchronous task (rules, long lived customer work item etc) at which point it returns – or it returns whe

[rules-users] Flows, Subflows and fault.

2010-10-15 Thread Swindells, Thomas
I've just started to use Drools Flow in anger and I'm really struggling to understand the correct way to use it and think I am missing something. This is what I want to achieve: The app code executes a StartProcess command and waits for the process to return (1 main process per session, 1 sessio