Questions tagged [activiti]

Activiti is a workflow and Business Process Management (BPM) engine. Its core is a BPMN 2 process engine for Java. It's open-source and distributed under the Apache 2 license.

The Activiti core is a BPMN 2 process engine for Java. It is open-source and distributed under the Apache license. Include the tag if the question could also apply to other BPM engines.

Useful links

1288 questions
48
votes
13 answers

Lightweight workflow engine for Java

Is it better to write a new workflow engine or to use an existing BPM engine: jBPM 5, Activiti 5? My application is a web based application and performance is important. My doubt is whether using jBPM/Activiti will be a performance overhead compared…
jaks
  • 4,407
  • 9
  • 53
  • 68
34
votes
6 answers

bonitasoft bpm vs jBPM vs Activiti

I am evaluating BPM offerings to be used within our application. I wanted to find out the differences between Bonitasoft / jBPM and Activiti Some of these products provide forms generation capabilities - are they any good? Would you use it in place…
shikarishambu
  • 2,219
  • 6
  • 35
  • 57
23
votes
9 answers

Is jBPM dying? What is the future of jBPM and Activiti BPMN?

I have heard that the developers of "jBPM" have transferred to "Activiti BPMN 2" in recent times (ex: Tom). I am wondering about is whether the support for jBPM will be over or not.. Besides, I would be glad to hear your ideas about if the…
javatar
  • 4,542
  • 14
  • 50
  • 67
18
votes
2 answers

BPMN Engine for NodeJS similar to Activiti or jBPM

I am looking for a standard BPMN compliant Business Process Management(BPM) Engine in the Javascript or NodeJS world comparable to Activiti or jBPM. Anybody has a suggestion ? Thanks,
16
votes
3 answers

Using a workflow engine, state machine engine or rolling my own?

I'm confused. I'm developing a grails based internal tool for my company. One component in this tool is a simple issue tracker (a Helpdesk feature). I have domain objects such as Problem, Question and NewFeature. Each of these domain classes have…
Henrik
  • 3,757
  • 1
  • 19
  • 18
13
votes
1 answer

Activiti + Spring Boot + Gradle build hangs while gradle clean test

I am having an issue with executing gradle clean test command. My application is using activiti for workflow. Git url: https://github.com/sanelib/eBOSS/tree/merge-before-dev Branch: "merge-before-dev" is having more tests for activiti worflow…
Sunny Rajwadi
  • 322
  • 1
  • 4
  • 12
13
votes
3 answers

build workflow engine with Akka

In our Scala/Play application we use activiti. (also experimenting with camunda) users can create workflows (shown in this picture http://camunda.com/ ). All calls to these external workflow engines are wrapped in Scala Future (activiti and camunda…
user2066049
  • 1,371
  • 1
  • 12
  • 26
12
votes
2 answers

Looking for Activiti Alfresco Workflow tutorial step by step

Where i can find simple tutorial for Activiti Alfresco Workflow (especially with Custom Workflow) ? I'm new with Alfresco Activiti Worfklow. Thanks.
BantenCity
  • 308
  • 1
  • 2
  • 6
10
votes
1 answer

Activiti 6.0.0 UI app / in-memory H2 database in tomcat9 / java version "9.0.1"

I just downloaded activiti-app from github.com/Activiti/Activiti/releases/download/activiti-6.0.0/… and deployed in tomcat9, but I have this errors when init the app: 11:29:40,090 [http-nio-8080-exec-8] INFO …
Nuñito Calzada
  • 4,394
  • 47
  • 174
  • 301
9
votes
1 answer

Alternatives to Spring State Machine

I have used Spring state machine with some basic Spring MVC application. I have to admit, it is pretty easy to configure and use. But it has many limitations as well, mainly because of it being in very early stages of development. I also came across…
ddanuj
  • 117
  • 2
  • 4
9
votes
1 answer

Using both JPA EntityManager and Hibernate session with shared transaction manager in Spring

We have a hard situation. There is a large project which uses hibernate special features so cannot quit hibernate. We are to add Activiti process engine to the project in embedded mode and make use of JPA extensions (which only works with…
rabolfazl
  • 435
  • 1
  • 8
  • 24
8
votes
3 answers

BPMN for spring boot 2

We have started new project on spring stack and using latest versions. But we have workflow requirement and I used activiti in past. But as I see there is no spring boot 2 support for activiti and camunda. Can anybody suggest which BPM is best that…
nani21984
  • 911
  • 2
  • 13
  • 21
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
8
votes
1 answer

Dynamically setting user task assignee

I have to create process in activiti which requires the following use case. 1.The form has a people search field 2.When someone completes the form and completes the task with a people search field filled with names,I need to set the next task's…
sathishvisa
  • 315
  • 1
  • 5
  • 16
8
votes
3 answers

How do I pass a list of candidate users to an activiti workflow task in alfresco?

I would like to be able to pass a list of users as candidates for a task. The users are retrieved from a data list and not available as a group. Activiti:candidateUsers would appear to be the right approach. Assuming that the users have been…
Ian Williams
  • 141
  • 1
  • 1
  • 7
1
2 3
85 86