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