Top "Activiti" questions

Activiti is a workflow and Business Process Management (BPM) engine.

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.…

activiti
Comparison between Camunda and Alternatives (Activiti)

I'm doing a comparison between Camunda & other alternatives (eg. Activiti) as a part of a feasibility study. I would …

java activiti bpmn camunda
Problem using the Activiti Rest web services

Edit: to simplify my question, has anyone managed to communicate with Activiti using rest?, and if so could you be …

java jersey activiti
Activiti hello world test

I am trying to make a simple Hello world application using Activiti 5.13 BPMN. I made a dynamic web application project …

java eclipse postgresql activiti bpmn
Activiti : no processes deployed with key

I get an exception no processes deployed with key 'Process_MohitWorkflow' while executing: ProcessInstance instance = runtimeService.startProcessInstanceByKey(workflowName, businessKey, variables); …

java activiti
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 …

scala playframework akka activiti camunda
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 …

spring-boot jbpm activiti camunda
What is difference between Stardust and Activiti

I'm trying to select an open BPMN tools for my project, I found Infinity/Stardust from Eclipse and Activiti. What …

eclipse apache activiti bpmn
Activiti BPM get Variables within Task

is it possible to get all process or task variables using TaskService: processEngine.getTaskService.createTaskQuery().list(); I know there is …

java business-process-management activiti