Questions tagged [bpmn]

Business Process Model & Notation

BPMN is the Business Process Model and Notation. BPMN is a graphical notation for modeling business processes and an XML model for serializing the process and diagram as XML. BPMN currently is available in revision 2.0.2. Since July 2013, it is an international standard ISO / IEC 19510.

Resources:

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

Create .BPMN2.0.xml from Java

I need to create my process using Java. The idea is to read data from db, and consequently personalize the process with these informations. For example i could create a form in my task with a combo box loaded with infos extract from the sql…
dp.carlo
  • 597
  • 2
  • 11
  • 28
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

Converting BPM to computer system

How could a BPM convert to a computer system ? Is there any program or programming language to do this convertion?
user559096
  • 107
  • 2
  • 8
-1
votes
0 answers

Overriding activiti behavior of reading the class from bpmn diagram

everyone I was searching for something that could override the behavior of activiti in the service task of reading the class in the bpmn diagram in other words I would like to pass to this attribute some info and I want to perform the reading of…
-1
votes
1 answer

Optimistic locking exception encountered in parallel service task

Problem: Service task (which calls API) is invoked twice with OptimisticLockingException Case: I have two sub processes and all service task calling Api’s and subprocesses are set to async before ‘true’ but got OptimisticLockingException. also the…
-1
votes
1 answer

Does camunda have rest api for authentication

Is there rest api to use for login and logout in camunda rest api. I want to create stand alone front end for camunda. The problem is how can i authnticate a user via rest api of camunda engin ???
-1
votes
1 answer

Add Custom Actors and Groups in Kogito User Task

I am trying to customize my own BPMN editor using the kie-tools repository bu kiegroup. I am able edit and modify various features and UI. But in case of User Tasks, i am unable to populate the Actors and Group list as per my required logic. Is…
codeforHarman
  • 115
  • 1
  • 10
-1
votes
1 answer

How can I down camunda history version for jdk 8 [camunda-bpm-run]

I want to lean camunda-bpm. but now Requires jdk15 .But I can only have jdk8. Can you teach me download history version for jdk8 ? enter image description here
lipeng
  • 1
-1
votes
1 answer

subprocess problem with phpmentor/workflower

I'm trying to draw a bpmn diagram with subprocess and then run it in php workflow. My problem is that the subprocess tag is not detected by the phpmentor workflow. Does anyone know why it happens??
-1
votes
1 answer

Difference of Camunda and BPEL

What's the difference between Camunda and BPEL (Business Process Expression Language) and Where do we use Camunda and where do we use BPEL and which one is better? I found this question, but BPMN != Camunda. So where is the difference between…
Test
  • 571
  • 13
  • 32
-1
votes
2 answers

Mapping of YAWL onto BPMN and vice versa

Can somebody please guide me whether there is an overview (diagram?) showing which language elements map onto each other (or a construct in the other language) and which are unique in either BPMN or YAWL? Can somebody please tell me which YAWL…
B--rian
  • 5,578
  • 10
  • 38
  • 89
-1
votes
1 answer

Cockpit plugins are available for Community and Enterprise Edition of Camunda?

Is it only avaliable to Enterprise Edition? https://docs.camunda.org/manual/7.8/webapps/cockpit/extend/plugins/
Paul Guey
  • 145
  • 2
  • 6
-1
votes
1 answer

Activity persistence doesn't work

I am using org.activiti:spring-boot-starter-basic:5.17.0 and I am not able to persist the tasks meaning that the business process I defined runs perfectly but all the ACT_RU_* tables are always empty. Should I explicitly switch on persistence? I…
Iván
  • 31
  • 1
  • 6
-1
votes
3 answers

Desktop based BPMN libraries for graphing.?

Free or non-free both will do.
Varun Mahajan
  • 7,037
  • 15
  • 43
  • 65