[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2007-04-24 Thread shirodkar4
hi,

i have a very simple doubt

i am using jbpm  starters kit 3.1.4

can anyone tell me how(or the procedure) by which  i can get a task assigned to 
a user into his personal task list ( the user(ernie,bert,etc) in my case 
belongs to a set of pooled users). 

as per my info any of the pooled users cannot perform the task until the task 
is assigned to the task list of any one of the pooled actors...

any help regarding this?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4040177#4040177

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040177
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - fork related problem

2007-04-19 Thread shirodkar4
hi,

i am using jboss starters kit 3.1.4

here is my processdefinition.xml file


  | ?xml version=1.0 encoding=UTF-8?
  | 
  | process-definition
  |   xmlns=urn:jbpm.org:jpdl-3.1  name=firstProcess
  |swimlane name=Market Requestor
  |   assignment expression=user(grover)/assignment
  |/swimlane
  |swimlane name=Process Leader
  |   assignment expression=user(ernie)/assignment
  |/swimlane
  |swimlane name=Market Strategy Director
  |   assignment expression=user(bert)/assignment
  |/swimlane
  |start-state name=Set up a draft proposal
  |   task name=Draft proposal swimlane=Market Requestor
  |  controller
  | variable name=Engine Type/variable
  |  /controller
  |   /task
  |   transition name= to=Notify Process Leader/transition
  |/start-state
  |  task-node name=Notify Process Leader
  |   task swimlane=Market Strategy Director
  |  controller
  | variable name=values access=read,write,required/variable
  |  /controller
  |   /task
  |   transition name=to branchfork to=branchfork/transition
  |/task-node
  |fork name=branchfork
  |   transition name=Notify field support to=Notify field 
support/transition
  |   transition name=gather list of items to investigate to=Gather 
list of items to investigate/transition
  |/fork
  |task-node name=Gather list of items to investigate
  |   task swimlane=Market Requestor
  |  controller
  | variable name=Part Numbers/variable
  |  /controller
  |   /task
  |   transition name= to=branchjoin/transition
  |/task-node 
  |task-node name=Notify field support
  |   task swimlane=Process Leader
  |  controller
  | variable name=Person to notify/variable
  |  /controller
  |   /task
  |   transition name= to=branchjoin/transition
  |/task-node
  |join name=branchjoin
  |   transition name= to=Review proposal/transition
  |/join
  |decision name=Review proposal
  |   transition name=approve proposal to=Approve proposal
  |   /transition
  |   transition name=reject proposal to=Reject proposal/transition
  |/decision
  |task-node name=Approve proposal
  |   task name=Approve Proposal swimlane=Market Strategy Director
  |  controller
  | variable name=Comment 
access=read,write,required/variable
  |  /controller
  |   /task
  |   transition name= to=end1/transition
  |/task-node
  |task-node name=Reject proposal
  |   task name=Reject Proposal swimlane=Market Strategy Director
  |  controller
  | variable name=Comment 
access=read,write,required/variable
  |  /controller
  |   /task
  |   transition name= to=end1/transition
  |/task-node
  |end-state name=end1/end-state
  |
  | /process-definition
  | 



now the problem is the moment market strategy director saves and closes the 
task assigned to him 

i get the message  the task has been assigned to null,null

i have also made this observation that the TASK getting list of items to 
investigate  which appears after the fork gets assigned to the user who begins 
the process rather than getting assigned to the user defined in the 
swimlane(grover) However the Task Notify field support gets assigned 
correctly to ernie.

is this a bug with JBPM-starters kit 3.1.4.. 

please help me as i am stuck.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038723#4038723

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038723
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: fork related problem

2007-04-19 Thread shirodkar4
hi,

 thanks for the quick reply Ronald 

the 1st error is not much of a concern.

but at least the second error(i think its a very serious error)

how can a process TASK be assigned to any random user when there is a 
particular swimlane(user) assigned to the Task.

one of the two Tasks after the fork is getting assigned to any random user 
rather than getting assigned to the swimlane user assigned to the task

if this happens then jbpm fails to correctly implement fork node as the whole 
concept of swimlane fails for tasks after the fork node

any help regarding this?

please as its critical to our evaluation of JBPM

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039125#4039125

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039125
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - administrator swimlane(user) in jbpm-webapp

2007-04-18 Thread shirodkar4
hi,

i am using jbpm starters kit 3.1.4
currently there are 4 users configured (ernie,cookie monster,bert,grover).
i am planning to have an administrator who can have access to all the tasks 
assigned to any of the 4 users.


can anyone help me as to how do i go about this

what i was planning is to create another user by the name of administrator and 
than assign the administrator to all the swimlanes along with the specific user 
for that particuler task.
but i am not sure what expression i should provide while defining the swimlane  
in the processdefintion.xml file. i tried this expression 
user(ernie,administrator) but it gives me an error.

can anyone help me as to how i can do it?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038507#4038507

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038507
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user