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
0
votes
2 answers

How to access the process params in a Rule Task?

Am using JBPM5, I have modeled a process, which onStart goes to a RuleTask. Map params = new HashMap(); params.put("citizenName", "Nannak"); params.put("citizenAge",…
Muthukannan Kanniappan
  • 2,080
  • 1
  • 16
  • 18
0
votes
1 answer

How is ProcessInstanceInfo related to SessionInfo in jBPM5?

I need to export some process data from my jBPM database, and I should be able to select some specific process instances to export, but I cannot find the relationship between ProcessInstanceInfo and SessionInfo. Given a list of process instance ids,…
shallweel
  • 37
  • 6
0
votes
1 answer

Moving jBpm Tokens from one node to another manually in a processInstance, what issues to consider?

For a project I need to move Tokens between nodes that have no transitions between them. I can set the Node on Tokens and the signal them. This works fine on the root token. But what else do I have to consider? What will happen when I want to move a…
HeDinges
  • 4,367
  • 4
  • 30
  • 28
0
votes
2 answers

Leave Management System(LMS) development on top of JBPM 5.3

We are exploring the option of building a web based Leave Management System application on top of JBPM 5.3 . Basically we want to use our own user interfaces for our application as well as for the human tasks. The JBPM process should execute a new…
0
votes
1 answer

Process/ Work Flow Engine

I am working on a solution for which I need a work flow/process flow engine. My work flow contains some Java based processes(classes) and some Linux Shell scripts. The flow would not be static and the execution of each process depends on the…
0
votes
1 answer

How to start a process instance in jbpm 5.3 from external source?

After successfully login to my application i want to run a jBPM process instances by clicking a button or image. Can anyone help me
user1452914
0
votes
2 answers

Business Process Simulator prototype JAVA advice

I have chosen to develop a prototype for a simply business process simulator as a part of my dissertation. I would welcome any/all suggestion and guidance The objectives of this project is to gain the basic knowledge of software simulation and have…
zed
  • 187
  • 2
  • 2
  • 7
0
votes
1 answer

Retrieve DB values and display in humantask in jbpm?

How we can display DB values into humantask form. Explanation: When a user selects a id, the corresponding DB row should get populated in the humantask variables? With the help of handlers, i could able to insert the values in to DB, but I'm unable…
0
votes
1 answer

Grails Application with JBoss jBPM

I have a application in Grails. now our team has decided to have a work flow system . JBoss jBPM was the final choice. is it opssible to integrate jBPM to grails application? what are the challenges on integration jBPM with Grails? Is there any…
maaz
  • 3,534
  • 19
  • 61
  • 100
0
votes
1 answer

Pass setter value to constructor

I need to pass a setter value (set by jbpm call) to a contructor in Java. Is it possible? JBPM calls a constructor with no arguments. So my only way out is to set that value and pass it as a parameter to contructor? Thanks.
codebee
  • 824
  • 1
  • 9
  • 22
0
votes
2 answers

jbpm with liferay

I can run a sample workflow done with jbpm5 ​​outside of liferay but now I want to run this example in liferay So the problem is how to integrate jbpm5 with liferay I think I need to edit some configuration files in liferay I'm reading these…
franco10
  • 1
  • 1
  • 3
0
votes
1 answer

Download file during workflow transition

How can I call HttpServletReponse from JBPM execution context. This is because delegated java action class is called from process definition and the program must allow the user to download the file from the web browser when the workflow transition…
zawhtut
  • 8,335
  • 5
  • 52
  • 76
0
votes
1 answer

how to deploy jbpm5.2 on tomcat 7 using mysql database?

Can anybody please help me with a link or document to run jbpm-5.2 on tomcat 7 using mysql as database ? Does jbpm deployment to tomcat require some other tool or repository or something else ? I am a complete novice to jbpm... Please help…
user1273640
  • 15
  • 1
  • 5
0
votes
2 answers

Processing a task in an Asynchronous Workitemhandler

I read in a jbpm forum article https://community.jboss.org/thread/165545 describing the HumanTaskHandler as Asynchronous workitem handler and when we are using an asynchronous humantask handler we have to complete any task with taskclient.complete()…
Arun Selva
  • 117
  • 3
  • 15
0
votes
1 answer

is jBPM executionservice multi thread safe?

is jBPM executionservice multi thread safe? That is can we call say startProcessInstanceById concurrently from multiple threads?
Fakrudeen
  • 5,778
  • 7
  • 44
  • 70