[jboss-user] [JBoss jBPM] - Swimlane assignment - h e l p m e !

2008-09-12 Thread freejohn22
Hi all jbom users, I'm developing a trouble ticketing interface with jBpm. I have 2 swimlanes: the manager and the developer. I would need to assign the actorId of each task depending on the value of a Context variable. I have saved in the context variable manager and developer the person who

[jboss-user] [JBoss jBPM] - Swimlane Instance Reassignment

2008-06-09 Thread pjacobsen
So I've seen Jiras for this topic, but I'm not quite sure how to reassign a swimlane instance to new actors. Here's the situation: Swimlane instance is assigned to actors: A B String actorsString = A,B; | String[] actorsArray = actorsString.split(,); |

[jboss-user] [JBoss jBPM] - Swimlane help

2008-05-05 Thread umquat
Hi all ! I need to create a workflow with a few different swimlanes. (Employee, manager, validator, end user for example). * Is it possible to arrange jPDL Designer as to actually show and design inside the different swimlanes, just like JaWE (Enhydra's workflow editor) does?

[jboss-user] [JBoss jBPM] - Swimlane

2008-03-05 Thread mausca
Hi all, I've define this process (this is only a part of entire process) start-state name='start' /start-state I don't understand why the class MyAssignmentHandler is never instatiated and the method assign is never called. The class MyAssignmentHandler implementes the

[jboss-user] [JBoss jBPM] - Swimlane, actor-id, tasks

2007-10-22 Thread sdore
Hi everyone, i'm try to understand the logic that jbpm assigns tasks to user/group. In my application i defined 2 swimlanes : assignment actor-id=marketing assignment actor-id=pmar and i define 2 tasks... start-state

[jboss-user] [JBoss jBPM] - Swimlane - User ID Group

2007-10-15 Thread senthilbaba
Hi, I am new to JBPM and have just started evaluating it. I could understand the capabilities of JBPM, However there are some subtle things for which I am looking for guidance What is the relationship between swimlane user id/group and how do I tie them together? Actually I am able to

[jboss-user] [JBoss jBPM] - swimlane

2007-10-05 Thread fuligj
In the sample webapp, that comes with jpdl-3.2.2, the task Evaluate web order assigned to manager, but all of the users can see it an execute too. Is that correct? I would like it, if only secreted would see his task. The swimlanes not in this direction good? Best regards! View the original

[jboss-user] [JBoss jBPM] - Swimlane vs Actors

2007-09-25 Thread neuquino
Hello, I need to know which is the difference between swimlane and actor. I was using jPDL 3.1 and I've just passed to 3.2. What I understood from the docs is that the Swimlane is a kind of role (or company position) and Actor is a particular user (or company employ). If what I understood is

[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] - swimlane task assignment in process definition not working

2007-08-14 Thread jeffcwang
Hello, I searched the forum and couldn't find any answer. I have created a new process definition (based on the websale example) along with tasks and forms. However, when I try to assign an actor to a task via a swimlane, it doesn't work. The assigned actor is always manager, even when i

[jboss-user] [JBoss jBPM] - Swimlane asssignment

2007-03-02 Thread gscheibel
Hi all! I having the following problem: When I have two tasks in diferents task nodes using the same swimlane, jbpm is not invoking the assign handler from swimlane when it reaches the second task. here is my jpdl: | process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=webtest |swimlane

[jboss-user] [JBoss jBPM] - Swimlane assigment

2006-10-12 Thread nort
Hello, I want to run my first jbpm application and have some troubles with assigment of swimlanes. My configuration is that: process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=Urlaubsantrag |swimlane name=Antragssteller | assignment expression=group(applicant)/assignment

[jboss-user] [JBoss jBPM] - swimlane and taskinstances

2006-09-01 Thread antitrust1982
Hi all, I have create two swimlanes with some tasks for each. I want to execute my process logging me like the swimlanes user. Now, I have made this in order to know my current taskinstance but I have some taskinstances but I must have just one. I think this problem can be a problem of

[jboss-user] [JBoss jBPM] - Swimlane assignment through API?

2006-08-30 Thread jmjava
In the websale examples' process defintion swimlanes are set via assignment expressions: swimlane name=buyer / | | swimlane name=salesman | assignment expression=user(ernie) / | /swimlane | | swimlane name=accountant | assignment expression=user(bert) / |

[jboss-user] [JBoss jBPM] - Swimlane in start

2006-07-31 Thread dlipski
Hi I want to remeber process initiator and then assign some task only to such person. So I've created some smple process definition: | process-definition name=orderManagement | swimlane name=creator / | | start-state name=start | task swimlane=creator/ | transition

[jboss-user] [JBoss jBPM] - swimlane mapping to sub-processes (JBPM-572?)

2006-07-12 Thread sgodden
When defining a process that might be composed into other processes (or not), then we need a method of mapping swimlanes from the parent process to the child process. For instance, a sales order processing (SOP) process might have customer and order processing clerk. A standard issue