flowable-engine icon indicating copy to clipboard operation
flowable-engine copied to clipboard

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.

Results 269 flowable-engine issues
Sort by recently updated
recently updated
newest added

I have created an HTTP task. But the process fails with ssl certificate verification error. I dont find any option in flowable modeler UI to disable ssl certificate check. Please...

**Describe the bug** When i use Manually Deleting History HI tables are cleand but act_ge_bytearray does not change **Expected behavior** Why can't I delete act_ge_bytearray

Regarding the translation of showtip in ui, whether to add i18n support in future versions ![image](https://user-images.githubusercontent.com/11845393/172875016-b8a33e44-fe6b-4149-aa90-d8039addadb9.png)

Flowable CMMN documentation documents autoStoreVariables attbibute for the Script task, but it is missing from modeler. Not only in UI but in back end REST endpoint code too. NB: This...

**Describe the bug** The module flowable-engine-common is missing the following OSGI exports: - org.flowable.common.db.mapping - org.flowable.common.db.mapping.entity Because of those missing exports, mybatis won't be able to load some files in...

Added multi instance configuration options in Modeler UI for bpmn SendEventTask. Without it is possible to import and export definition, but configuration and its checking is possible only working with...

**Describe the bug** We have a process model which is initiated via a message start event. Just found out that the deployment of the App containing this model fails when...

How to restart completed process instances?

# 1. Description Bpmn xml text like this: ```xml a>b ``` After convertion to json, the text `a>b` in element is converted to `b`, while expection is: `a>b`. # 2....

**Describe the bug** Cannot Terminate Process Instance if there is a Job in Deadletter **Expected behavior** Terminate the Process **Additional context** Database MSSQL: Exception: \n### Error updating database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException:...