[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-06 Thread kukeltje
I have no clue what "the behaviour you want' is

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061381#4061381

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061381
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-06 Thread ricardomarques
OK it works now, but still i don't wanna define memberships to all my users, so 
for the behavior that i want, what's the best aproach?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061312#4061312

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061312
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread syngolis
You have to write the pointer with two '-' like this:
group(users)-->member(team leader)

See documentation 
http://docs.jboss.com/jbpm/v3.2/userguide/html/taskmanagement.html#assignment

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060568#4060568

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060568
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread ricardomarques
I get an error trying to do that: org.jbpm.graph.def.DelegationException: 
couldn't resolve assignment expression 'group(users)->member(team leader)'

PS: i'm looking at the database, there is no another group users.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060528#4060528

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060528
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread petia
Sorry, I have problems with writing xml code in my posts. They appear when I am 
writing, but not in the posted text. Below is the xml snippet I suggest to be 
tested in the previous post. It is an assignment expression.

group(groupname) -> member(rolename)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060513#4060513

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060513
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread petia
An idea: check the spelling of the group. You use plural form. In version 3.2.1 
there is a predefined group called user (singular form). 
If it does not work test 

This worked in version 3.1.2, unfortunately only if there was one member 
defined with the specified member/role. It did not worked if there were several 
members in the group with the same role (i.e. the member part of the expression 
above). The assignment data was stored in the database, but the web interface 
did not support the pooling of offered tasks by the user.
Good luck! I am interested in the same issue and if you get group distribution 
working I will appreciate if you could share your solution. 
Kind regards, Petia

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060510#4060510

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060510
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread ricardomarques
btw continuing a bit my saga. The same process, now the full version:


  | 
  |   
  |  
  | 
  | 
  |  
  |  
  |   
  |   
  |
  |
  |
  |   
  |  
  | 
  | 
  | 
  | 
  |  
  |  
  |   
  |   
  |   
  |
  |
  |   
  |  
  | 
  | 
  | 
  |  
  |  
  |   
  |   
  |
  | 

After I do the work on start task, i move on to another node (task), that node 
is assign to a group, still i don't get the not either on the user task list or 
the group task list.

I'm getting the group task list like this:


  | ArrayList list = new ArrayList();
  | list.add(this.username);
  | 
  | return jbpmContext.getGroupTaskList(list);
  | 

thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060497#4060497

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060497
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread syngolis
Jira created: http://jira.jboss.com/jira/browse/JBPM-1009



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060310#4060310

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060310
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread ricardomarques
Don't have sure that's the correct scenario, but the one who creates an 
instance could be different from the one who works on it.

If there is a jdl feature for this on process design it should be available on 
the engine level.

Or not..


syngolis, can u later post here the url for the jira issue please, i want to 
follow that :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060302#4060302

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060302
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread syngolis
A workaround could either be a nodeenter-event in start-state with an 
actionhandler. But I didn't test that. So i am not sure...

In my opinion, it is the correct behaviour of an workflow management system. If 
an initatior starts a workflow, usually he has to set some parameters for the 
workflow to process. But at least the possibility to create an other behaviour 
in some cases would be good.

I'll create the jira later.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060283#4060283

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060283
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-04 Thread kukeltje
file a jira issue for this behaviour to be changed.. give it low priority and 
assign it to 3.3 (but it still could be rejected)... there is a workaround I 
think to after the start, re-assign it. Not sure if that works

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060280#4060280

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060280
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-03 Thread syngolis
You are right. The first task is assigned to the initiator. No other 
assignments are possible.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060232#4060232

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060232
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-03 Thread kukeltje
group assignments do not work for start tasks afair, but I could be wrong.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060194#4060194

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060194
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user