Questions tagged [flowable]

Flowable is a light-weight business process engine written in Java. Use this tag for questions related to Flowable usage and workflows.

The Flowable process engine allows you to deploy BPMN 2.0 process definitions (an industry XML standard for defining processes), creating process instances of those process definitions, running queries, accessing active or historical process instances and related data. It can run as independent engine or as a service and can be integrated with Spring and Spring boot. It even supports DMN decision tables and CMMN case management engines.

Flowable is a fork of Activiti (registered trademark of Alfresco).

Official User Guide
GitHub page

154 questions
0
votes
2 answers

How to install Flowable designer in Eclipse Kepler

I am trying to install flowable designer in eclipse(kepler),but getting following errors. Please,give me solutions. Cannot complete the install because one or more required items could not be found. Software being installed: Flowable Eclipse BPMN…
k.rohit
  • 41
  • 6
0
votes
1 answer

potentialStarter not found

I read the document Activiti UserGuide In chapter 8.8. Process Initiation Authorization List authorizedGroups = identityService().createGroupQuery().potentialStarter("processDefinitionId").list(); but In Activiti 7.0, GroupQuery does not…
user7403364
  • 21
  • 1
  • 5
0
votes
2 answers

Convert BPM xml file BPM diagram

How to convert bpm XML file to bpm diagram? I am failing to do this.
user9636363
0
votes
1 answer

Mail Service Task in Flowable throws api.FlowableException - java.net.ConnectException: Connection refused

In our project we have a task of sending notification to some user after some task is completed. Following is the code written in the BPMN2.0 xml -
Sri9911
  • 1,187
  • 16
  • 32
1 2 3
10
11