jBPM is a flexible Business Process Management (BPM) Suite. http://www.jboss.org/jbpm
0
votes
0answers
6 views
jbpm 5, task allocation based on group, doesn't work
I have created a dummy workflow which i have tested using the folowing test case :
@Test
public void testNonPifCondition(){
//prepare input parameters for the process:
String ...
0
votes
0answers
8 views
Intergrating jBPM 5.4 with Spring-Hibernate for Transaction Management?
I have created a simple process using jBPM 5.4. I want to use transaction managment provided by the Spring-Hibernate.
What are the required changes and configurations for that ?
also
What is the step ...
0
votes
1answer
28 views
Use JBPM without console in WebLogic
my purpose is to integrate jbpm (in particular version 3.2.1) in weblogic(last version 12c).
I have resolved many problem of compatibility and integration but jbpm still doesn't work, in particular ...
-1
votes
2answers
23 views
JBPM gwt-console-server user management
I want to integrate the jbpm 5.4 into my application which is based on spring mvc 3. This integration performed using REST API. I have already user table which stores the username and password in the ...
0
votes
1answer
40 views
jBPM simple work item - ioSpecification is not complete error
i am trying to do simple work item from here: http://docs.jboss.org/jbpm/v5.4/userguide/ch.domain-specific-processes.html#d0e7389my code:
.wid file
import ...
0
votes
1answer
24 views
How do you start a jBPM process from Python?
I'm trying to kick off a few jBPM workflows from a Python/Django app and would rather not add a new language to the stack. Is this possible?
0
votes
1answer
26 views
Make RESTful call in a task in jBPM
Based on the input of a user task I want to make a RESTful call. Please suggest me a possibility of achieving this in jBPM?
0
votes
0answers
8 views
JBPM 5 integration with Seam3
I am new to Seam3. I need to know how we can integrate JBPM 5 with Seam3.
I didn't get much information for this, if anybody knows about JBPM 5 integration with Seam3 please provide some information.
0
votes
0answers
49 views
Accessing JBPM over the REST API
I am trying to write a custom front-end for a JBPM engine. One of the initial requirements would be to get a list of tasks assigned to a given user. I have tried two different approaches, going ...
1
vote
2answers
60 views
Dynamic workflow with web page UI similar to jBPM
My customer wants the ability to create dynamic workflows from a web page, using a jBPM-like user interface. Obviously jBPM is not meant to be used by a non-developer, and the jBPM UI is not meant to ...
0
votes
1answer
41 views
JBPM process designer - WebServices
I am trying to add a WebService Service Task to a process in JBPM. I would like to add and configure the task directly from the process design tool.
JBPM has 3 possible tools that you can use to ...
0
votes
1answer
25 views
How to cleanup jbpm database from ended tasks
I noticed that jbpm_byteblock has grown to few million rows and over GB.
Is there a way to remove rows related to ended tasks and proceses?
0
votes
1answer
49 views
JBPM 5 - Process Instance Variable Change Command
How to set/modify the process instance variables of a running process-instance in JBPM ?
Is there any pre-defined command class to set the process-instance-variables ?
I can see some commands like ...
0
votes
1answer
54 views
JBPM on GWT project and MySQL database
I want to use JBPM on my GWT project with MySQL database, but I get the following error when I want to create EntityManagerFactory. What am I doing wrong?
javax.persistence.PersistenceException: ...
0
votes
1answer
49 views
Freemarker Template Data Binding in jbpm
I am writing my task-forms of JBPM5.4 in freemarker. My question is that it would be possible that pojos are initialized on the server side when html form is submitted like facility available in ...
0
votes
1answer
40 views
claim processing with policy variants using drools and jbpm?
I'm trying to build an claim processing system. There will be multiple variations of insurance policies (based on the negotiations with individual clients). Aim is to keep a base policies per provider ...
0
votes
0answers
74 views
JBPM5 gwt-console-server
When I am going to deploy jbpm-gwt-console-server-5.4.0.Final.war on Tomcat 7, It might be deployed properly but generates the following exception when I access it.
SEVERE: Servlet.service() for ...
0
votes
1answer
76 views
Jbpm 5, MySQL constraint violation error appear after an other task encounter a permitionDenied exception
I encounter the error below but only after my application crashes because of an other error. So, I suppose these errors are linked. But the first is very strange :
Caused by: ...
0
votes
1answer
112 views
JBPM 5 - RESOURCE_LOCAL Persistence
Environment:
jbpm v5.4.0.Final ,
drools 5.5.0.Final ,
spring v3.0.6.RELEASE ,
Oracle,
Hibernate EM v4.0.0.Final ,
JPA v2
I have configured my web-application to use JBPM with RESOURCE_LOCAL ...
0
votes
0answers
32 views
Need a good and real time examples to understand what is JBPM and its advantages? [closed]
I searched in google for various web-sites and couldn't find a good and real time examples to explain what is JBPM and what are its advantages and how it has been used in real time.
Could someone ...
0
votes
1answer
48 views
JBPM 5 - HowTo deregister task-event-handlers from TaskService
When a stateful-knowledge-session is created/loaded, work-item-handlers are registered with it.
Human-task work-item-handler, in turn registers event-response-handlers for task-events with ...
0
votes
1answer
36 views
JBPM drools.xml.ExtensibleXmlParser.error
I started working on JBPM 5.4 and currently trying to run the examples provided by the community. While running them I always get this error.
drools.xml.ExtensibleXmlParser.error - (null: 12, 54): ...
0
votes
1answer
86 views
alfresco activiti new workflow add
I have alfresco community 4.0.e.
I deployed new workflow and used task listener for one of it's tasks;
<activiti:taskListener event="create" ...
0
votes
2answers
32 views
Get current actor id
Is it possible to get current actor's id in jBPM3?
Specifically, I need to store who initiated workflow.
0
votes
1answer
142 views
Newly Created & Loaded StatefulKnowledgeSession - JBPM 5
*strong text*What could be the problem if the task-completed event is not getting dispatched to the StatefulKnowledgeSession ?
For a new process-instance, I do
create a new session
register ...
0
votes
1answer
104 views
jBPM5.4 integration with LDAP
I am trying to connect jbpm5.4 with LDAP server and i am using JBOSS AS7.
I setup LDAP server with user and role details.
In jBPM i set all the properties as mentioned in this link ...
0
votes
1answer
53 views
JBPM 5 ProcessInstanceInfo && EventTypes
What is the use of EventTypes table in JBPM 5?
Does it store the name of the possible signal's the process-instance can accept ?
Or does it store the events that has occured on the process-instance ...
0
votes
1answer
77 views
JBOSS JBPM getting started
i had expereince with oracle JPD(workflow engine), now we have decided to use open source workflow engine for our project. After googling couple of weeks we are considering to use JBOSS JBPM but i ...
0
votes
1answer
188 views
jbpm 5 create Process instance by bpmn file and get the task details
I am getting the below Exception when created a processInstnace through a bpmn file and want to get the task once created. The below is the stack trace.
java.lang.NoSuchMethodError: ...
0
votes
2answers
155 views
how to access the task form of human task in jbpm spring integration
I have integrated the JBPM 5.4 with Spring Framework 3.x.x using local service. My web application runs successfully. I've use LocalHTWorkItemHandler to start, execute, suspend or complete the human ...
0
votes
1answer
28 views
If I have 10 branch, I must give 10 branch assigned user?(jbpm5)
If I have 10 branch, I must give 10 branch assigned user?
In fact, I will only use a branch, how to assign user at run time to the node.
UPDATE:
(10 branch mapping 10 different users)
0
votes
2answers
77 views
is JBPM stable open source BPM framework
I was working on banking domain related project,wherein we were using weblogic JPD framework for BPM(workflow engine). For new projects as per requirements we need to use open source BPM framework. I ...
0
votes
1answer
53 views
Send feedback to spring from jbpm process
My application is written in Spring Framework 3.x.x. In my application I want to integrate the JBPM5.x processes using its REST API. I have done this thing but I want to send feedback like simple ...
0
votes
2answers
97 views
HornetQHTWorkItemHandler cannot be resolved to a type
I am trying to work on jBPM 5.4 and when I import the evaluation example I get the error.
HornetQHTWorkItemHandler cannot be resolved to a type.
I have installed all the mentioned plugins but ...
0
votes
1answer
78 views
Insert message into a process running in gwt-console-server from external application?
I'm a jBPM noob running jBPM5.4 in AS7. I have tried posting this question on the jBPM duscussion board, but no luck, so I thought I'd try here on stack.
My Goal: Create the process in guvnor, run ...
0
votes
1answer
80 views
Translate jBPMN xml to BPMN Diagram
I have a jBPMN XML file.
Is there a plugin (jQuery) which can convert this XML in to Diagram of BPMN format?
0
votes
2answers
128 views
JBPM - Catch Intermediate Signal fails sometime
I have added "Signal Intermediate Event" to a human-task as a boundary-event as I have given in previous question.
Sometimes the signal is processed successfully and sometimes it is NOT.
JBPM runtime ...
0
votes
1answer
174 views
jBPM 5.4 with Tomcat 7 and MySQL
Right now, I'm using JBoss AS 7 server and H2 database (default configuration) for jBPM 5.4, but I want to use Tomcat 7 and MySQL 5+ for it.
I googled it, but I did not found any answer with a step ...
0
votes
3answers
206 views
jBPM vs IBM BPM [closed]
I have a survey to do before starting work on a project of Implementing a BPM solution. My mentor gave me the choice between 2 solutions redhat VS IBM
And I have the choice between using :
1) IBM ...
0
votes
1answer
86 views
jbpm5 how to use the real user table
This is salaboy example:
private void addUsersAndGroups(TaskServiceSession taskSession) {
User user = new User("salaboy");
User watman = new User("watman");
taskSession.addUser(user);
...
0
votes
1answer
114 views
JBPM - Custom Editor for Custom Work Item Property
I have defined a custom work-item for Email task/activity in JBPM with .wid file.
One of the property "Mail Body" requires a rich-text or text-area for editing.
I know that in .wid file we have to ...
0
votes
2answers
104 views
onExit in jBPM 5.4 Human Task
I'm using jBPM 5.4 with MsSql.
It is working fine.
I have simple workflow from START ----> TASK A ----------> TASK B --------> STOP
I'm trying to access such an workflow from Servlets
When i ...
0
votes
0answers
155 views
jBPM and Human task issue
I have been developing jBPM web application using jBPM 5.4 and with the tutorial from http://www.mastertheboss.com/jbpm5/jbpm-5-on-jboss-as-7
I have configured to use mssql.
My Bpmn is very simple ...
2
votes
1answer
53 views
MarshalledContentWrapper error in JBPM
Actually i am trying example on this link
https://community.jboss.org/people/bpmn2user/blog/2011/02/21/jbpm5-example-for-forms-with-variables
now when it is calling the ftl file on reaching HUMAN ...
3
votes
1answer
139 views
jBPM 5: where are the db-tables-scripts?
I created a simple example on persistence in JBPM 5.4. It worked successfully and the
recoords were successfully inserted in the table in the schema created.
But my question is although the table ...
0
votes
1answer
85 views
jBPM5 Task Instances Sequence for Display
Please assume the following scenario,
In a process flow there are three humanTask1, humanTask2, humanTask3; All three are assigned to same userA;
Now, assume there are two process instances (p1, p2) ...
3
votes
1answer
97 views
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 ...
0
votes
1answer
125 views
Mapping between alfresco user group and jbpm swinlane, pooledActors
When I use "Pooled Review and Approve" workflow in jbpm, I select a "user group". Workflow tasks are created for members of "user group" in starting workflow.
My understanding is
Selected ...
0
votes
0answers
47 views
Web application using jbpm 4.2
I am new to jbpm and I am using jbpm 4.2. I want develop a simple web application which can use jbpm workflow in back end. However, I am not sure how to do it. Please help.
I have done ...
0
votes
0answers
42 views
java JBPM sql script for sql server
Custom or default set of JBPM 3.3.0 SQL scripts for SQL Server 2
Now am having Oracle Database with JBPM , but am going to migrate product to SQL server, there is no proper sql scripts for the JBPM ...
