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.
I want to use Flowable to solve workflow problems。My workflow is as follows。In the initiation process, multiple people can be set to reply to questions, and the number of people...
In a `org.flowable.engine.delegate.TaskListener` setting the assignee (`delegateTask.setAssignee()`) does store the assignee in `[ACT_RU_TASK]` but not in `[ACT_HI_TASKINST]`. ``` public class TestListener implements TaskListener { @Override public void notify(DelegateTask delegateTask) {...
**Describe the bug** In Flowable-engine 6.5.0, when I start a new process instance by a message then the business key I send in is not set a right process instance....
Description to be done: https://forum.flowable.org/t/error-handling-in-flowable-bpmn-process/9583
#### Check List: * Unit tests: YES
Fixes #3450 #3454 #### Check List: * Unit tests: NO * Documentation: NO
**Describe the bug** When updating an instance of org.flowable.job.service.impl.persistence.entity.SuspendedJobEntityImpl a database statement containing the ACT_RU_JOB table is executed `09:10:03,543 [main] DEBUG org.flowable.job.service.impl.persistence.entity.SuspendedJobEntityImpl.updateSuspendedJob - ==> Preparing: update ACT_RU_JOB SET REV_ =...
**Describe the bug** When updating an instance of org.flowable.job.service.impl.persistence.entity.DeadLetterJobEntityImpl a database statement containing the ACT_RU_JOB table is executed `08:40:43,770 [main] DEBUG org.flowable.job.service.impl.persistence.entity.DeadLetterJobEntityImpl.updateDeadLetterJob - ==> Preparing: update ACT_RU_JOB SET REV_ =...
**Describe the bug** 排除flowable的mybatis使用java8和mybatis-plus使用mysql数据库 **Expected behavior** 第一次启动初始化数据库正常,二次启动报错,错误内容为java.lang.ClassCastException: java.time.LocalDateTime cannot be cast to java.lang.String **Code** liquibase.changelog.StandardChangeLogHistoryService#getRanChangeSets Date dateExecuted = null; if (tmpDateExecuted instanceof Date) { dateExecuted = (Date) tmpDateExecuted; } else...
hi,when l use a type of distributed database,l found that the foreign key in prevenient database table(mysql)must be removed,so l changed the create sql,but there is still some problems happens...