jbpm Questions
1
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 constructin...
2
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 /runtim...
1
I have a less work experience with the drools and all. So I have gone through the KIE workbench 6.0 it's working fine, but I need the servers, process management menus in the version 6.2. After ins...
Brace asked 4/12, 2014 at 7:1
1
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...
1
We can suspend a process instance like this :
org.jbpm.process.instance.ProcessInstance processInstance = //...;
processInstance.setState(STATE_SUSPENDED);
and to resume it :
kieSession.getWork...
4
Solved
what is difference between JBPM and BPEL(and ESB)?
Would you please explain them?
RGDS
3
I need to recommend an open source business process management BPM software engine to work with.
Can anyone suggest such a BPM software to use?
Thanks for you time.
Buttery asked 8/1, 2014 at 21:13
1
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...
Atmo asked 22/4, 2014 at 6:21
2
Solved
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 th...
1
Solved
I need help in KIE API. Need to know that what it is and is there any tutorial available to use Drools KIE. Is kie part of drools-6.x ? And if it is part of drools-6.x then what will be the effect ...
1
Solved
Could anybody suggest me some example application of jBPM, that uses Spring and Hibernate?
I am new to jBPM and need to get some reference application about it.
4
Solved
In our project we have to implement business logic regarding mapping of certain objects to some actions. We will have a series of conditions for specific types of objects to be verified before a ce...
1
Solved
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, t...
Cenac asked 17/12, 2012 at 12:10
4
Solved
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 JBos...
2
Solved
I am writing a very simple query, but I am getting duplicate values for some reason.
Criteria cr = session.createCriteria(ProcessInstance.class, "p")
.add(Restrictions.isNull("end"));
@Cleanup Sc...
Teleran asked 10/1, 2011 at 9:47
4
Solved
Hello all fellow forum users,
I have a question to you. We have some kind of complex project here which will needs to have a workflow process also where the user can put these kind of functionalit...
1
Solved
All,
I am new to jBPM.
I did a very basic example run using the link below
http://www.jorambarrez.be/blog/2010/02/01/updated-hello-world-tutorial-for-jbpm-4-3/
Though I got the example running, I...
Scopas asked 20/1, 2011 at 7:6
3
Solved
We are currently in the process of evaluating a BPM engine and I'd really appreciate the community input. I am doing my own due diligence but would also like to hear on the suggestion based o...
Bicephalous asked 9/2, 2011 at 0:29
3
What are the differences between Spring integration and JBoss jBPM?
Thank you.
Virtuous asked 6/12, 2009 at 9:5
1
Solved
I have a Seam application that kicks off business processes. At the moment there is no other application or component that needs to co-ordinate, there is just the one web app.
I'd like to use asyn...
Jackinthebox asked 31/3, 2009 at 14:9
© 2022 - 2024 — McMap. All rights reserved.