Is it possible in jboss jBpm to fetch all transitions that has been taken during one process execution?
The use case is: We would like to now all nodes, tasknodes, ... that 'users' has been through and which transition they took.
This to show a list of task instances that have been finished previously from the current active token/n...
Hi. I have a strange behaviour going on.
I am using Seam and JBPM.
When I say:
ProcessDefinition templateDefinition = Jbpm.instance().getProcessDefinitionFromResource(ap.getJpdl());
//This will return Enkeltanledning.jpdl.xml
templateDefinition.getVersion();
It always returns -1.
However, when I select from the database, I get versi...
There are two options when setting up your JBPM session.
You can put your JBPM mappings in the same Hibernate session, and as a result, have their tables in the database with the applications tables.
You can put the JBPM mappings in a separate Hibernate session, and have them in a separate database.
I have seen one article that recom...
can u pls specify the version of jbpm to install on eclipse 3.3 europa
Thanks,
...
some sample examples to develop advanced workflow deploying it in alfresco server using jbpm and connectivity to database
Regards,
...
Hi all.
I've inherited an app using jBPM and Spring and am trying to figure out if it is configured the way it should be.
First question: Does jBPM span a single JTA (JDBC and/or Hibernate) transaction across multiple actions in the same transition by default?
If not, can it be configured to?
So in the example below is there a way to sp...
What are the differences between Spring integration and JBoss jBPM?
Thank you.
...
I want to set a variables in a process definition for JBPM4
As these variables will be set for all process instances with the same values
...
Can we modify Exisitng JBPM Schema or add some extra tales to the schema.
...
In JBPM 3 plugin for Eclipse, bendpoints are represented using four integers:
<transition name="">
<label x="5" y="-10"/>
<bendpoint w1="36" h1="-37" w2="43" h2="39"/>
</transition>
In the source code, there is a class called Bendpoint, which stores two Dimension objects whose values are represented by w1, h1, w2 and h2. This seem...
need to achieve:
Forking processing to multiple tasks
<fork name="customFork" >
<transition to="task1" />
<transition to="task2" />
<transition to="task3" />
... ... ...
<transition to="taskN" />
</fork>
jBPM solution should execute tasks in parallel, and not, how it is done by default, sequential...
I want to deploy jbpm-console on jboss web server,
but the following error message appears.
Can anyone tell me what's wrong?
2010-01-22 08:11:21,416 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (Thread-2) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS ...
I've deployed jbpm-console on jboss-web successfully, but now I'm getting the following error:
**2010-01-26 20:59:21,969 嚴重的 [facelets.compiler] (http-127.0.0.1-8080-1) Error Loading Library: vfszip:/E:/app/jboss-web-3.0.0-beta-0125-zip/jboss-web-3.0.0-beta-1/server/default/deploy/jbossweb.sar/jsf-libs/jsf-impl.jar/com/sun/faces/meta...
I have a custom mail producer implementation that creates Multipart MimeMessages with "alternative" contentType.
But how can I wire my implementation instead of the default one ? (org.jbpm.pvm.internal.email.impl.MailProducerImpl)
...
Hi,
I ve got a question regarding jBPM. In one of our projects I developed an enterprise service (.Net) that other systems (jBPM, Delphi, etc.) should receive data from. For this I am providing a SOAP interface.
Now there's a case that when the a jBPM system contacts the service, some manual work has to be done before the data the syst...
Hi,
Has anyone got the new jBPM 4.3 web designer installed and working? I am trying to but http://localhost:8080/jbpmeditor/, http://localhost:8080/jbpm/editor/; http://localhost:8080/p/explorer all return invalid URL
I have run ant install.signavio.into.tomcat. I am on tomcat 6.0, jBPM4.3, MySQL 5.1. I am able to login to the jbpm-con...
Hello SO community,
I haven't had any luck getting help in the Alfresco forums, and I'm hoping for more here. We are building an application based on Alfresco and jBPM and I have defined a workflow, but I have either defined it wrong or am missing something or there are bugs in Alfresco integration with jBPM and I need help figuring ou...
Hi, we are developing a complex core banking system containing 30+ systems. Because of orchestration and system collaboration, we typically use a BPMS (e.g. Jboss jBPM). Since systems are more independent and volume of human tasks is high (vs. software system operations) and also to gain benefit of async architecture I am looking for oth...
An example: a permit must be examined by two lawyers and one engineer. If any of those three reject it, the process enters a "rejected" end state. If all three grant the permit, it enters a "granted" end state. All three examiners may examine simultaneously, or in any order.
Once one engineer has granted it, it shouldn't be available t...
Hi all
I'm using JBPM 4.3 and trying hard to find a way to terminate one processInstance.
First I simply used something like:
executionService.endProcessInstance(processInstanceID, "active");
However I got exception thrown out.
"exception while executing command org.jbpm.pvm.internal.cmd.EndProcessInstance
java.lang.NullPointerExce...