Skip to content

Commit

Permalink
Small doc changes for Flowable 7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 21, 2023
1 parent 195a84b commit 6608438
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions docs/docusaurus/docs/bpmn/ch03-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,6 @@ Customizing the configuration of history storage is optional. This allows you to

<property name="history" value="audit" />

## Async history configuration

\[Experimental\] Since Flowable 6.1.0 the async history feature has been added. When async history is enabled, the historic data will be persisted by a history job executor, instead of synchronous persistence as part of the runtime execution persistence.
See [async history configuration](bpmn/ch10-History.md#async-history-configuration) for more details.

<property name="asyncHistoryEnabled" value="true" />

## Exposing configuration beans in expressions and scripts

By default, all beans that you specify in the flowable.cfg.xml configuration or in your own Spring configuration file are available to expressions and scripts. If you want to limit the visibility of beans in your configuration file, you can configure a property called beans in your process engine configuration. The beans property in ProcessEngineConfiguration is a map. When you specify that property, only beans specified in that map will be visible to expressions and scripts. The exposed beans will be exposed with the names as you specify in the map.
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/bpmn/ch13-Applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See [The Executable Jar Format](https://docs.spring.io/spring-boot/docs/current/

As mentioned before, the application can be deployed on a Tomcat server, and to get started this is probably the easiest approach when additional configuration settings are used. For this installation guide we’ll describe the installation of the application in a Tomcat server.

1. Download a recent stable version of [Apache Tomcat](http://tomcat.apache.org). It has to be Jakarta Servlet 6 compliant
1. Download a recent stable version of [Apache Tomcat](http://tomcat.apache.org). It has to be Jakarta Servlet 6 compliant (Tomcat 10 or later)

2. Download the latest stable [Flowable 7 version](http://www.flowable.org/downloads.html).

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/oss-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The distribution contains most of the sources as JAR files. The source code for

### JDK 17+

Flowable runs on a JDK higher than or equal to version 8. Go to [Oracle Java SE downloads](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and click on button "Download JDK". There are installation instructions on that page as well. To verify that your installation was successful, run java -version on the command line. That should print the installed version of your JDK.
Flowable runs on a JDK higher than or equal to version 17. Go to [Oracle Java SE downloads](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and click on button "Download JDK". There are installation instructions on that page as well. To verify that your installation was successful, run java -version on the command line. That should print the installed version of your JDK.

### Modeling

Expand Down

0 comments on commit 6608438

Please sign in to comment.