Questions tagged [business-process-management]

Business process management revolves around how organizations perform various tasks such as what tools are used and how they should be kept updated to maximize efficiency.

742 questions
8
votes
2 answers

Migrating Activiti tasks from old process to new process

I have an Activiti project for some business process. The problem is about migration. An existing process has some unfinished tasks. I want to modify the existing process by adding a new step. Now, when I create a new task, this new task will be…
Arif Acar
  • 1,461
  • 2
  • 19
  • 33
7
votes
1 answer

What are the benefits of using expression Delegates over Java classes?

Are there some benefits to use expression delegate over java class in camunda
Paul Guey
  • 145
  • 2
  • 6
7
votes
1 answer

Difference between Kie Server, Business Central and Kie Workbench?

I am new to jBPM. I have developed and deployed a Business Process through Business Central (KIE Workbench) only and it is working fine. I haven't used Kie Server directly. I wanted to know the difference between Kie Server and Business Central. Can…
7
votes
2 answers

Java Process Servers Good Idea or Not?

Just want to shout out to the community to see what peoples thoughts are on Java process servers in general. IBM in particular tend to make a lot of noise about Websphere process server. I can see the idea behind the process servers if your working…
Karl
  • 2,927
  • 8
  • 31
  • 39
7
votes
2 answers

Embeddable Workflow/BPM Library For Python?

Let's say you are building a Python-based web app that requires some workflow management such as that in jBPM or Windows Workflow Foundation. Is there a library that offers this in the Python world?
alphadogg
  • 12,762
  • 9
  • 54
  • 88
7
votes
9 answers

Process Engines for BPMN 2.0

I'm doing a comparison among all existing BPMN 2.0 Process Engines e.g. Activiti, jBPM etc. I've prepared a list of 4 process engines which executes BPMN 2.0 given below; Popular BPMN 2.0 compliant open-source engines: Activiti:…
nommyravian
  • 1,316
  • 2
  • 12
  • 30
6
votes
4 answers

How to extend BPMN 2.0

Currently, I'm investigating the ways to extend BPMN. I want to create a new task type with less properties than a task and also with some non-BPMN properties and a new type of pool. Until now I saw that people mentioned of two ways, using…
user1364591
  • 83
  • 1
  • 6
6
votes
4 answers

BPM vs ESB - Orchestration?

Can we safely say that if ESB provides Orchestration features, it is eligible to be an implementation of BPM? I understand that BPM has a different purpose, which is to Model some business processes and the implementation of those business processes…
Sandeep Jindal
  • 14,510
  • 18
  • 83
  • 121
5
votes
1 answer

Camunda BPM : CSRFPreventionFilter: Invalid HTTP Header Token

I am starting with camunda BPM so I am using https://start.camunda.com/ to create camunda spring boot application. I have created admin user with dummy/dummy credentials I have kepy spring security options as off over there as start. Starter…
5
votes
2 answers

Approach to handle long-lived processes with Camel

I'm working on PoC for small process engine based on Camel. Requirements are to have ability to execute set of consequence steps and each of them could potentially take hours to execute. Asynchronous communication style is obvious choice in this…
oiavorskyi
  • 2,893
  • 1
  • 20
  • 23
5
votes
1 answer

Wiring Spring Security into Camunda Engine, what to override?

I successfully managed to integrate Spring Security with Camunda's IdentityService. My goal is to share a common auth realm between the two, because we have a spring-boot based web app that also runs camunda. In our application, Spring Security…
gyorgyabraham
  • 2,550
  • 1
  • 28
  • 46
5
votes
5 answers

What is the purpose of a BPM in a purest architecture?

I am putting together an architecture for a mid sized company who want to introduce a BPM (Business Process Management) tool. I understand that this would be helpful and want to introduce it but stuggle to find its appropriate place within the…
Student for Life
  • 1,023
  • 1
  • 9
  • 18
5
votes
1 answer

How to query finished instances of a process definition?

Does the camunda engine provides an API to query all finished instances of a process?
mschoe
  • 314
  • 1
  • 3
  • 10
5
votes
3 answers

Is Unit Testing Suitable for BPM Development?

I'm currently working on a large BPM project at work which uses the Global 360 BPM tool-set called Process 360. Just to give some background; this product works like a lot of other BPM solutions in that you design multiple "process maps" which…
Dougc
  • 843
  • 11
  • 20
5
votes
5 answers

What are the differences between open source BPM tools (such as Activiti, bonita) & Windows Workflow Foundation

I was trying to find a free and open source BPM tool which is based on asp.net, but unfortunately i fail to find such a tool. But recently I read an article about Windows Workflow Foundation, so does it provide functionality that are similar to…
1
2
3
49 50