Flowable6.5 function

Abstract: Flowable6.5 version of the official release on January 22, 2010, the paper focuses on what planning Flowable Flowable commercial version of the latest developments and future workflow framework.

Flowable6.5 version features

  • Add a new event registry engine, which provides for the use Flowable in event-driven architecture function, and has support out of the box for JMS, Apache Kafka and RabbitMQ.
  • In CMMN, the event listeners receive events and support for starting a new case instance. Both engines also provides a task to send events to send events to the event adapter implementation.
  • Clustered deployment support, use lock mechanism for controlling the engine starts automatically deploy resources.
  • Add the batch module, the plurality of jobs may be performed in one batch. The open source version currently only supports batch process instance migration, commercial version supports more features batch operation.
  • Support Logging Session, which will feature detailed logging information execution cases and test process instance and all entities. Users can easily track the entire execution stack information.
  • Variable module supports java.time.Instant, java.time.LocalDate and java.time.LocalDateTime as other variable types. Other modules not supported.

BPMN

  • Added support to accept the event, you can start the process instance according to jms messages.
  • Added to send event task, so the process instance flow is too heavy can send a message jms event.
  • Support batch migration process instance, you can migrate a process definition and all running instances to a new process definition through a batch, open source version of the commercial version of batch migration is not strong.
  • Support k8s and HELM.
  • Clear historical data supports the specified date for the cut-off point, the open source version supports only data erasure, under the commercial version supports data migration to another database.
  • Mail task has been enhanced to support sending the content item as an attachment.

CMMN

  • Added support to accept the event, you can start the process instance according to jms messages.
  • Added to send event task, so the process instance flow is too heavy can send a message jms event.
  • Injection or support specific Task Stage Stage for instance in the case of a running instance. In this way, it is possible for instance to enrich CMMN model specific case through a new phase or task logic.
  • Java Collection variable or expression can be used to define the repeat rule.
  • Extended support for instance in the case expression. You can now be defined using the following expression to obtain the specific activity of all projects instance a count value, for example, using the following expression: $ {planItemInstances.definitionId ( 'a'). active (). count ()}
  • Mail task has been added to CMMN engine (similar to the task BPMN engine), and supports the content items will be sent as an attachment.

DMN

  • Began to support DMN 1.2 standard, DMN 1.2 is a specification revision 1.1 DMN.
    Changing the hit strategy logic, not only to consider the unique value of the result, but also takes into account the results of the value of each rule is hit. In the 1.2 version of the specification in this DMN been changed.
  • This version does not yet support the DRD and FEEL

Additional instructions

  • Flowable6.5 version as the last supported version of Spring Boot 1.5.x and Spring 4.x and later versions are not supported.
  • After Flowable6.5 version for the latest User's Manual is no longer available offline, the offline version can be accessed on Chinese (https://github.com/qiudaoke/flowable-userguide)
  • For batch, open source version supports only instance batch migration, support more commercial version. Historical data cleaning is also true.
  • For the new menu using the prefix beginning flw, no longer used at the beginning of activiti.
  • The official launch of the API doc document, there is no Chinese version, the Chinese want to partner with a small group can enter qq: 1023773998
  • form forms module has been commercialized, the open source version is no longer maintained.

Welcome to the circle of exchange.
communicate with

He published 195 original articles · won praise 574 · Views 1.71 million +

Guess you like

Origin blog.csdn.net/qq_30739519/article/details/104104449