I have setup Flowable Open Source as a Spring boot with all the flowable starter dependencies. Everything works flawless and I will publish the project on Github for other’s reference .
I have few queries on content engine :
-
Where can I read the documentation about content engine and api. Is there some dedicated section on website?
-
Can I use S3 the dependencies explained in following section of enterprize version in Open Source version as well ?
<dependency>
<groupId>com.flowable.core</groupId>
<artifactId>flowable-spring-boot-starter-aws-s3</artifactId>
</dependency>
- Is there some example of using S3 object storage as reference implementation ?
Thanks in advance .
Cheers ,
Amar