Questions tagged [jbpm]

jBPM is a light-weight business process management suite written in Java. Use this tag for questions related to jBPM usage and workflows.

About

jBPM is a flexible Business Process Management (BPM) Suite. It is an open-source workflow engine written in Java that can execute business processes described in BPMN 2.0.
It makes the bridge between business analysts and developers. Traditional BPM engines have a focus that is limited to non-technical people only. jBPM has a dual focus: it offers process management features in a way that both business users and developers like it.

Links

1453 questions
5
votes
1 answer

How to get ProcessDefinition using jpdl for JBPM 4.4?

In my project there is an existing old.jpdl.xml definition. It is working fine. Now I want to run another new.jpdl.xml definition. After deployment of ear file I tried to read new.jpdl.xml using new ProcessDefinitionId with help of below code. I…
Adeeb Cheulkar
  • 1,128
  • 2
  • 10
  • 22
5
votes
1 answer

JBPM 6.1 Final with Jboss Wildfly - failed to start .WeldStartService

I tried running the JBoss server(Wildfly 8.1.0 Final) rolled out with jbpm 6.1 and could not get it running the jbpm-console.war, it has been very annoying, as the installation goes smoothly without any issues and no changes were made to any…
Mushtaq Jameel
  • 7,053
  • 7
  • 33
  • 52
5
votes
1 answer

Passing domain-specific objects to a domain-specific task in jBPM 6 workbench

I've been struggling with this for a few days and haven't had much luck. In jBPM 6 workbench running on jboss wildfly, I'm trying to invoke a custom work item handler and pass in an instance of a domain-specific object. Here's my process so…
Greg Moulds
  • 61
  • 1
  • 6
5
votes
1 answer

Configuring persistence and orm with JPA 2

I'm having some trouble using Persistence on my jBPM project. My configuration is jBPM 5.4 + Hibernate + JPA 2, and I'm currently setting up the process flow to connect to a DB with persistence, through persistence.xml. I'm just trying to connect…
Rafael Matos
  • 516
  • 1
  • 5
  • 16
5
votes
2 answers

Complex Activiti + JPA queries

We are trying to use Activiti in a new project. I've created a setup which uses Hibernate through JPA for persisting entities involved in the process and JPA is interconnected with Activiti so we can use these entities as JPA variables. See: JPA…
NagyI
  • 5,907
  • 8
  • 55
  • 83
4
votes
2 answers

Spring 3.1 and jBPM 5.2 (+ JSF2/Richfaces4) integration

I have a project that uses Spring3.1, Hibernate3.5/JPA2, JSF2/Richfaces4.1, & Java EE Security. I now want to integrate jBPM 5.2. Are there available jBPM5-Spring3 integration examples? Has anyone done this successfully? Should I be looking at a…
John
  • 101
  • 1
  • 7
4
votes
1 answer

Persistent aware KieSession not using Pessimistic Lock during transactions

I am using Drools with Spring Boot 2.3 and I have implemented the persistent aware KieSession, in which MySQL is used for storing the session. I have successfully integrated the default EntityManagerFactory of Spring Boot with Drools but my problem…
sam
  • 1,800
  • 1
  • 25
  • 47
4
votes
1 answer

Business process management systems abstraction

There are some good BPM software: jBPM, Bonita BPM, Camunda BPM, Activity and so on. Most of them supports some API to integrate with them, for example jBPM provide KieServicesClient interface and implementations to work with it. It works, but can…
Alex T
  • 2,067
  • 4
  • 20
  • 27
4
votes
1 answer

IntelliJ IDEA Plugin for BPMN designer

I've found this post about BPMN files designer, I tried to open designer window in every way, but i can only open diagram preview. Did anyone use jBPM plugin and can tell me how can I open designer window? Edit For simplicity, i'm using this bpmn…
Kamil Banaszczyk
  • 1,133
  • 1
  • 6
  • 23
4
votes
2 answers

How to specify which start event should be called from a BPMN callActivity

From http://www.omg.org/spec/BPMN/2.0.2/PDF on page 238: If the Process is used as a global Process (a callable Process that can be invoked from Call Activities of other Processes) and there are multiple None Start Events, then when flow is…
lmsurprenant
  • 1,723
  • 2
  • 14
  • 28
4
votes
3 answers

JBPM console 404- not found error

I am using Jbpm 6.1.0.Final and Wildfly 8.1.0.Final. After doing everything successfully, Jbpm console gives this error-> "404-not found". Please guide me here.
TheNightsWatch
  • 371
  • 10
  • 26
4
votes
3 answers

Can Drools 6 Workbench push to a remote git repository?

I wanted to set up Workbench to use a git daemon shared by other developers who are using the Eclipse plugin. I can clone the repository into Workbench, but it will not push changes back to that repository. It seems to use that clone to set up its…
user1845848
  • 653
  • 2
  • 8
  • 11
4
votes
1 answer

jBPM6 - embed web designer in existing application

Are you aware of any guide / tutorial / example project that might help me embed the jBPM web designer in an existing web application? Namely: Which are the maven libraries I need to include? Is it possible to deploy the designer specific…
Adrian Florea
  • 125
  • 1
  • 3
  • 9
4
votes
1 answer

'Drools Camel Server' vs 'KIE-WB Execution Server'

What is the difference between "Drools Camel Server" and "KIE-WB Execution Server" ? Do they serve the same purpose of executing rules/processes in remote server ? KIE-WB document: The workbench contains an execution server (for executing…
Ahamed Mustafa M
  • 3,069
  • 1
  • 24
  • 34
4
votes
1 answer

Choosing a @Produces method for CDI when more than one are available

Basically, I need a way to disable one (framework supplied) @Produces method in favour of using my own @Produces method. More specifically, I'm working with jBPM 6 and attempting to get it working correctly inside a container. The…
Evan Knowles
  • 7,426
  • 2
  • 37
  • 71