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** An NPE occurs when a process is initiated through the REST API. **Expected behavior** I followed the tutorial in the link below and started the process using...
The problem we are facing (and we have seen topics on the flowable forums about this in the past) is that we want to query a field with an OR...
**Problem** When retrieving a task from the REST API, we sometimes want to easily associate this task with the business object related to the process the task is associated to....
**Description:** `DeleteQuery` ``` /** * Delete all instances and their related data that match the query. */ void deleteWithRelatedData(); ``` does not delete child process instances and tasks. **Expected behavior:**...
**Describe the bug** The following cryptic log message appears when attempting to start a project: ``` org.flowable.common.engine.api.FlowableIllegalStateException: Can only enable a plan item instance which is in state ENABLED at...
I extended the CMMN REST API interceptor and the BPMN REST API interceptor such that it becomes possible to react on a request to access, create, edit or delete identity...
Hi, We are developing a tool to check whether the dependencies' scopes in maven are set rightly and reasonably. Our tools have found some issues in your project about scope...
The flowable-engine dispatches a JOB_EXECUTION_FAILURE event when an exception is thrown during the EndExecutionOperation of a process instance. The failing job is converted to a DeadLetterJob. We use a CallActivity...
**Describe the bug** A clear and concise description of what the bug is. Flowable Version: 6.7.2 ```YAML flowable: form: enabled: true deploy-resources: true resource-location: classpath*:/forms/ resource-suffixes: "**.form.json" ``` In this...
**Describe the bug** Hello, I found an error with saving some variable values in Script Tasks. We use Groovy as the language for the Script Task. When setting the value...