An open API service indexing awesome lists of open source software.

https://github.com/bonitasoft/bonita-connector-uipath

UIPath connector for Bonita
https://github.com/bonitasoft/bonita-connector-uipath

bonita connector delivery-central delivery-marketplace lifecycle-independent published-full rpa uipath

Last synced: about 2 months ago
JSON representation

UIPath connector for Bonita

Awesome Lists containing this project

README

          

# UIPath Connector

![](https://github.com/bonitasoft/bonita-connector-uipath/workflows/Build/badge.svg)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=bonitasoft_bonita-connector-uipath&metric=alert_status)](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-connector-uipath)
[![GitHub release](https://img.shields.io/github/v/release/bonitasoft/bonita-connector-uipath?color=blue&label=Release)](https://github.com/bonitasoft/bonita-connector-uipath/releases)
[![Maven Central](https://img.shields.io/maven-central/v/org.bonitasoft.connectors/bonita-connector-uipath.svg?label=Maven%20Central&color=orange)](https://search.maven.org/search?q=g:%22org.bonitasoft.connectors%22%20AND%20a:%22bonita-connector-uipath%22)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-yellow.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)

## Usage

**IMPORTANT:** Version 2.3.0 of the connector requires Bonita Studio released after October 2025.
Earlier versions of Bonita Studio are not compatible with this connector version.

## Build

__Clone__ or __fork__ this repository, then at the root of the project run:

`./mvnw`

## Release

In order to create a new release:
- On the release branch, make sure to update the pom version (remove the -SNAPSHOT)
- Run the [release](https://github.com/bonitasoft/bonita-connector-uipath/actions/workflows/release.yml) action, set the version to release as parameter. The release will be published to [Maven Central](https://central.sonatype.com/artifact/org.bonitasoft.connectors/bonita-connector-uipath).
- Update the `master` branch with the next SNAPSHOT version.

Once this is done, update the [Bonita marketplace repository](https://github.com/bonitasoft/bonita-marketplace) with the new version of the connector.

## Contributing

We would love you to contribute, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

## License

The sources and documentation in this project are released under the [GPLv2 License](LICENSE)