Top "Business-process-management" questions

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.

Disadvantages of automating a business process?

What would be the disadvantages (if any) of automating business process for a Enterprise/organization?

business-process-management
How to query running instances of a process definition?

Does the camunda engine provides an API to query all running instances of a certain process? Does this query includes …

java business-process-management bpmn camunda
Set variables on task in camunda

Is it possible to set variables to an user task in the camunda definition xml? I would like to set …

business-process-management camunda
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