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
6
votes
1 answer

JBPM6: How to resume a process from the last successful node after the server crash?

I'm trying to implement the failover strategy when executing jbpm6 processes. My setup is the following: I'm using jbpm6.2.0-Final (latest stable release) with persistence enabled I'm constructing an instance of…
Oleg
  • 467
  • 1
  • 8
  • 17
6
votes
1 answer

How to use email service tasks in JBPM6

I am newbie to the JBPM6 and currently I am studying on the BPM notations. I have a problem in adding how to apply an email notification to the process when a user task is done (if one user task is completed then send notification to the next…
user3558886
  • 61
  • 1
  • 3
6
votes
2 answers

JBPM rest calls with JSON

We want to start a process in JBPM6 using the rest API. We need to pass an object as a process variable. We know how to do it JAXB and the execute call. But we want to do it with JSON and /runtime/{deploymentId}/process/{processDefId}/start Is it…
Carlos López
  • 759
  • 4
  • 13
  • 23
6
votes
2 answers

How to create jbpm6 web application in Eclipse?

I would like to create sample web application with JBPM6. But i am struggling lot to explore the JBPM6. I tried to run sample application , but it is giving an error.There are no steps to Start the project from Eclipse to JBOSS deploy. If creating…
user2848031
  • 187
  • 12
  • 36
  • 69
6
votes
2 answers

What is the difference between "workflow engine" and "business process management engine"?

I have heard about these two concepts after a lot of time. Such as "windows workflow foundation" and Activiti and jBPM and other project is "business process management engine". Are these two nouns ("workflow engine" and "business process…
lovespring
  • 19,051
  • 42
  • 103
  • 153
6
votes
1 answer

Persist Data In Jbpm 5.4

I wanted to know if there is any example or link available which explains us Step by Step How to persist data in JBPM? I wanted to make an web App in the sense a user registration form where when a user/human fills the form and clicks on submit…
Dhaval Shah
  • 9,042
  • 2
  • 14
  • 21
5
votes
4 answers

Difference between JBPM and BPEL/ESB

what is difference between JBPM and BPEL(and ESB)? Would you please explain them? RGDS
Nav
  • 4,450
  • 10
  • 53
  • 84
5
votes
2 answers

JBPM : problem with transitive dependencies of custom work item handler

I am new in jBPM. I am testing jBPM 7.32.0.Final. The environment has been set up by installer (ant install.demo). My use case: I am trying to develop and test a custom work item handler (as shown in https://www.youtube.com/watch?v=_XIZ0KRTahE)…
5
votes
1 answer

How do you get data out of JBPM/Drools process instance?

So we're exploring using Drools/JBPM, and we're finding it very difficult to get data out of JBPM. I feel like we're missing something obvious. We're kicking a JBPM process off using the RESTful interface and creating a process instance: POST…
Jonathan S. Fisher
  • 8,189
  • 6
  • 46
  • 84
5
votes
4 answers

Introduction to jBPM

Part of the existing system at work uses jBPM, and a new module I need to put together needs it. However, I have no idea where to start on learning how to work with it. I have access to JBoss 4 on the server, and whatever I'd need to do local…
Tarka
  • 4,041
  • 2
  • 22
  • 33
5
votes
1 answer

XA Transaction broken in jBPM+jBoss during Oracle to SQL Server migration

Recently started a migration of a large Java EE application from Oracle 12c to MS SQL Server 2016. Most functionality has been smoke tested to work OK including the Quartz Scheduler, basic JMS functions, Hibernate and EJBs working ok, etc. One weird…
Andrew Grothe
  • 2,562
  • 1
  • 32
  • 48
5
votes
1 answer

Can not update jbpm process variable from DRL

I am currently starting to work with jbpm/drools and tried to modify some process variables from my DRL using the "Business Rule Task". I tried the following with a process, which declared a variable "var" of type "MyCustomObject". Following the…
Muto
  • 140
  • 1
  • 10
5
votes
1 answer

JBPM Workflow patch generation

I have been using JBPM workflow in my project and I have a small question regarding generating the database patches or SQL statements to apply JBPM workflow modifications. Currently JBPM workflow provides a way to refresh the JBPM tables in schema…
user47349
  • 51
  • 1
5
votes
1 answer

jbpm questions before project start

I need to evaluate the jbpm workflow engine at this time, after read the documentation I got following questions, if someone can point me any hints will be greatly appreciated(sample code for these questions is preferable)! I know jbpm can…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
5
votes
1 answer

How to setup jBPM in a desktop application?

What I want: I'm creating a prototype that is supposed to read a bpmn2 file and list all its tasks. What I'm using: Currently I have a simple Maven application using jBPM 6. I don't need any application server, workbench etc., because it's just a…
Fappaz
  • 3,033
  • 3
  • 28
  • 39
1 2
3
96 97