Connector zip for Bonita

Hi all,

A new Bonita connector to zip files is now available, offering significant benefits for simplifying file management. This connector allows you to easily compress multiple files into a single ZIP archive, reducing storage needs and making file transfers more efficient. :slight_smile: https://github.com/bonitasoft-presales/connector-zip

It includes a connector to create ZIP files. Included files you can zip are Bonita Documents, and can be either single or multiple :wink:

The Maven coordinates to use as a Studio extension point are:

<dependency>
<groupId>com.bonitasoft.presales.connector</groupId>
<artifactId>connector-zip</artifactId>
<version>1.6</version>
</dependency>

This requires configuring access to the Maven repository, using this URL: https://maven.pkg.github.com/bonitasoft-presales/* with a valid GitHub username and access token.

In addition, a Bonita demo project to see this new zip connector in action is available:

https://github.com/bonitasoft-presales/demo-connector-zip

We’d love to hear your thoughts—let us know how you plan to use it, or if you have any questions!et to insert the contribution URL to your post!

Thank you @alejandroerondonb_13 for your help in this project !