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
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-connector-uipath
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2018-09-11T07:30:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T15:05:37.000Z (over 1 year ago)
- Last Synced: 2025-07-29T15:30:44.732Z (4 months ago)
- Topics: bonita, connector, delivery-central, delivery-marketplace, lifecycle-independent, published-full, rpa, uipath
- Language: Java
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 13
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UIPath Connector

[](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-connector-uipath)
[](https://github.com/bonitasoft/bonita-connector-uipath/releases)
[](https://search.maven.org/search?q=g:%22org.bonitasoft.connectors%22%20AND%20a:%22bonita-connector-uipath%22)
[](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)