[jboss-user] [JBoss jBPM] - Re: Swimlane assignment to group

2007-09-11 Thread bazoo
I tried to test that out by changing my assignment expression for the swimlane in question to be: In other words use the sales group which comes by default with jBPM and which I know is in there and has been tested thoroughly by the project. However, when I get to the process node in

[jboss-user] [JBoss jBPM] - Re: Swimlane assignment to group

2007-09-11 Thread bazoo
sorry forgot the code tags I tried to test that out by changing my assignment expression for the swimlane in question to be: assignment expression=group(sales)/assignment In other words use the sales group which comes by default with jBPM and which I know is in there and has been tested

[jboss-user] [JBoss jBPM] - Re: Swimlane assignment to group

2007-09-10 Thread bazoo
I'm afraid I'm not a Java programmer, I'm using the web console to run my process rather than code: I wouldn't know where to start on creating a unit test. Nevertheless, I did manage to trap the relevant error log when I click the Save and close button in the console for the process node that's

[jboss-user] [JBoss jBPM] - Swimlane assignment to group

2007-09-08 Thread bazoo
Hi all, I can't make swimlane assignment to a group work. My swimlane definition is: swimlane name=Legal | assignment expression=group(Legal)/ | /swimlane The process definition and task assigment is: task-node name=Contract | task name=Contract swimlane=Legal | | /task |

[jboss-user] [JBoss jBPM] - Re: Problem with sending a mail using notify=

2007-02-27 Thread bazoo
Actually I think I might be trying to do something which isn't allowed. The process definition in question uses swimlanes for assignment, and those swimlanes are implemented as groups. Hence I'm guessing that the notify attribute can't send an email because groups don't have email addresses.

[jboss-user] [JBoss jBPM] - Problem with sending a mail using notify=

2007-02-26 Thread bazoo
Hi, I'm trying to send an email to the current process actor using the notify=yes attribute in jbpm 3.2beta. My code is as follows: task-node name=Name band |task name=Name band swimlane=Record producer notify=yes | controller | variable name=bandName

[jboss-user] [JBoss jBPM] - Re: Problem with sending a mail using notify=

2007-02-26 Thread bazoo
Beta 2, I should have said. Cheers Matt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022684#4022684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022684 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Where Can I Get Process Templates?

2007-01-31 Thread bazoo
Do you mean like patterns? Pretty difficult to produce as every business is different. You might have best practices by industry/segment, but you can't really have an order fulfilment template business process that is applicable to all industries. View the original post :

[jboss-user] [JBoss jBPM] - Re: graphical process design

2007-01-31 Thread bazoo
Why don't you just experiment with the Designer? Drop some nodes on and put some transitions between them - then come back to the forum with specific questions if you have trouble. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008828#4008828 Reply to the

[jboss-user] [JBoss jBPM] - Split out main process into a user-defined number of sub-pro

2007-01-03 Thread bazoo
Hi there, I have a business process where the main process needs to split out into a number of exactly alike subprocesses, and then join back up again into the main process once each of those subprocesses have finished running their course. The problem is that the number of sub-processes that