try to use
JbpmConfiguration configuration =
JbpmConfiguration.getInstance(myJbpmConfiguration_xmlFilePath);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177695#4177695
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
make sure that the JobExecutorThread is started
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129563#4129563
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129563
___
jboss-u
I try to use this query but there's a problem with the condition token.parent
is not null, because if the token is the root token the parent is null... I
don't understand why this condition is in the query.
I think a select DISTINCT node is also needed.
|
|
|
View the original
I use JBPM 3.2.1 and the CancelProcessInstanceCommand, but it don't delete
active jobs on the process instance.
I tried to use JobSession.deleteJobsForProcessInstance but it call the default
hibernate transaction and it's a problem because Hibernate is not the
transaction manager in my project
Yes I need it too, and also for the process.
Actually I use the description tag for process and task since version 3.2.1
like this :
[key1=value1][key2=value2]...
and I parse the description of GraphElement with a regular expression :
\[(\w|[^w^=]*)=(\w|[^w^=]*)\]
View the original post :
use a DecisionHandler and just return Yes or No
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089664#4089664
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089664
___
jboss-u
at the end of the Fork.execute() , a new execution context is instanciate on
the child token, which is use in your action handler.
I think it's possible that's why you can't save the process instance, try to
save your process instance in the start-state or before the fork.
View the original pos
see ProcessState.leave() method, it currently automatically takes the default
transition.
http://jira.jboss.com/jira/browse/JBPM-1016
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089595#4089595
Reply to the post :
http://www.jboss.com/index.html?module=bb