I have created a custom decision node, and I want to integrate it
with the eclipse gpd.
Is it possible to have user defined nodes in the eclipse gpd plugin?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953971#3953971
Reply to the post :
http://www.jboss.co
I want to know the idea behind creating a actorId and a pooledActorId.
Technically if we go into the code, I dont see why we need an actorId.
I can just make use of pooledActorIds.
Say for example
I have taskInstance.setActorId("bert"), i can get the tasks assigned to bert by
saying taskMgmtSessi
Ronald,
I am using jBPM 3.1.1
I dont think the tasks assigned to group are automatically assigned to the
individual users in the group, i tried it in the websale example. i could not
find the tasks in the UI for the individual users.
Mathew,
I think I should also do the same thing, write my own a
Hi Ronald,
i really did not understand what u have said. I can retrieve the tasks
from jbpmContext.getTaskMgmtSession().findPooledTaskInstances(group).
now say users bert, ernie belong to a group 'testgroup', (there is also a prbm
here, how the relation between the users and group is maintained in
I need to assign a task to multiple users. I tried with the
group expression of the swimlane, but it doesnt seem to be working.
What my understanding is that, by creating users, and groups in jbpm,
and create a swimlane with group expression, assign the swimlane
to a task node, now whichever user
I havent understood what u mean by saving the process as a file, using left
button..
is there a process of deploying the class files thru ant task?? i found
somethin like deploypartask, which tends to be deploying par file. there is no
par file
in the latest jbpm. how do i use the task to deploy
yes, the actionhanlder classes are in the same jBPM project.
They are under src/java directory. In the deployment tab, if I check
the actionhanlder classes to be deployed, it throws error. If I uncheck
them it goes smoothly. Is there any other procedure of deploying other than
the gpd?
View the o
Using jBPM 3.1.1
Eclipse 3.2
I am using the gpd Eclipse plugin for deploying. I added ActionHandler classes
to the project and tried deploying, but it throws Excpetion happened while
deploying. The stack trace is given below. If i remove the actionhandlers it
deploys properly. Can somebody tell