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

jBPM: Declaring process variables in java class or BPMN

Wonder if anyone can give me a straight answer for this. It's mostly curiosity, though might be something important. When using jBPM, I have 2 options to declare process variables: 1) passing parameters to BPMN through java code, using a Map, where…
Rafael Matos
  • 516
  • 1
  • 5
  • 16
0
votes
2 answers

jBPM deployment as Web application

I'm a newbie to jBPM kind. I managed to create a workflow using Eclispse plug-in. I'm executing the workflow as a "JAVA application" It works fine. Now, i want my workflow to be executed from multiple & different client. So i'm looking for guides to…
siva
  • 1,429
  • 3
  • 26
  • 47
0
votes
1 answer

Operators precedence in Drools rule

Hi I want to know how the following rule gets interpreted in Drools rule "test" when condiction A or condiction B condiction C then something end Is it (A or B) and C A or (B and C) becomes two rules: a). A and C b). B and…
user1589188
  • 5,316
  • 17
  • 67
  • 130
0
votes
1 answer

Saving a new jbpm process in guvnor causes it to be lost

Using jbpm designer 2.4 in Guvnor 5.5.0. I create a new JBPM 2.0 diagram, edit it, and then when I try to save it, it says "Saving" then "Refreshing Package Data", then something else, and then my diagram disappears. I bet it's some kind of config…
nashyura
  • 85
  • 1
  • 7
0
votes
2 answers

Decision making in jBPM 5.4

I'm new to jBPM 5.4 and and also to the BPM work-flow genre. I have a simple requirement to submit a product and a concerned supervisor needs to accept or reject it. Based on the decision made, flows in a different path. No …
siva
  • 1,429
  • 3
  • 26
  • 47
0
votes
1 answer

Add import statement in Guvnor BRL Editor

I created a "New Rule" in drools guvnor. I want to create a fact with the process instance variables. The ruel I tried: rule "CreatePersonFact" ruleflow-group "CreatePerson" dialect "mvel" when $process:…
Ahamed Mustafa M
  • 3,069
  • 1
  • 24
  • 34
0
votes
0 answers

adding pojos as process variable in jbpm 5

I am using jbpm 5.2 to execute business processes whitch need sometimes to store pojo variables into the process context. Everything works just fine and i can get the pojos back from the session. but if the server restarts, i cant get my variables…
0
votes
1 answer

Jbpm ProcessDefinition has always version -1

I have a strange behaviour going on. I am using Seam and JBPM. When I say: ProcessDefinition templateDefinition = Jbpm.instance().getProcessDefinitionFromResource(ap.getJpdl()); //This will return…
Shervin Asgari
  • 23,901
  • 30
  • 103
  • 143
0
votes
1 answer

How does the evaluation process example of jBPM works?

I tried the evaluation process of jBPM suite, and this is just what I need, but course to apply in a project that I want to start. I have readed the jBPM documentation and I executed successfuly the evaluation example that comes with the…
user1566464
  • 103
  • 1
  • 14
0
votes
3 answers

In jBpm, how to get all transitions that has been taken in a flow/process?

Is it possible in jboss jBpm to fetch all transitions that has been taken during one process execution? The use case is: We would like to now all nodes, tasknodes, ... that 'users' has been through and which transition they took. This to show a…
HeDinges
  • 4,367
  • 4
  • 30
  • 28
0
votes
2 answers

How to deploy jBPM 3.2.2 console on Oracle 10g iAS

Does anybody have experience regarding deployment of the jBPM Administration Console on Oracle 10g iAS? I successfully deployed it using an .ear, security mappings working, I can even login to the console, Hibernate finds the JNDI datasource but it…
Balint Pato
  • 1,497
  • 1
  • 13
  • 28
0
votes
1 answer

JBPM 5.3 domain specific process

I created 2 domain specific process in jbpm 5.3 eclipse tooling. Then I stored them in my own service repository and I imported these two process into same jbpm project. Howver, I am only seeing one process in the palette. Is it possible to…
0
votes
1 answer

Jbpm 5 and Seam 3 integration

Me and 14 collegues are taking the Engeneering Software Project course that takes 12 weeks from now. The main propose in the project is to migrate the technologies between versions of an already made project. The goal is to migrate from Seam 2.2 and…
gonzalomelov
  • 971
  • 1
  • 13
  • 30
0
votes
0 answers

Setting a child execution variable sets parent execution with value null

If I set an execution variable in child it gets in parent as well. That agrees with variable scoping doc here. But for child execution the value is actual value I set and for parent the value of the variable is null. I am at a loss to explain this…
Fakrudeen
  • 5,778
  • 7
  • 44
  • 70
0
votes
1 answer

jbpm5 in web application with jboss 5.1

I tested a simple workflow example in eclipse without using jboss (of course by making a configuration jbpm5 into Eclipse so it supports jbpm5) and now I want to test a sample workflow in JEE application (web application) that runs in a server…
franco10
  • 1
  • 1
  • 3