flowable-engine
flowable-engine copied to clipboard
A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
**Describe the bug** I am using a single process engine with a single database/shema and multiple tenants set up with a ExecutorPerTenantAsyncExecutor. The TenantAwareAcquireAsyncJobsDueRunnable for one tenant (determined by TenantInfoHolder)...
DispatchEvent is synchronous by default. Can we provide asynchronous form? At present, the amount of data of our customers is relatively large. The synchronous method may cause the performance to...
**Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **Code** If applicable, add...
**Describe the bug** In the flowable-admin app: * Go to "Process Engine" > "Instances" * Select an active instance (in the runtime) * Go to the "Variables" tab in the...
**Description of the bug** I am using a straightforward workflow containing a transaction with a boundary cancel event, like in the image bellow.  The cancel is...
**Describe the bug** I wrote a custom Java TaskListener that updates the assignee of a user task in certain cases (using `delegateTask.setAssignee(...)`). After execution of the listener (at the point...
Create BPMN and CMMN models. a CMMN model is refering to some BPMN models. Add all models to application. Click Export Application in UI moder. Export crashes as it was...
Hi, I'm using Flowable in my Spring-Boot application with Keycloak as IDM. Later, I discovered that the assignment of tasks to a group isn't working as expected. Also I was...
Issue: * After cmmn diagram import case startEventCorrelationConfiguration value is dropped * Modeler UI do not support startEventCorrelationConfiguration field for this value configuration * On import case eventType is mapped...