This project contains the sources of the connector starwars, an example from the Bonita documentation.
This connector communicates with the Star Wars API. It takes in input a Star Wars character name, and returns details on this character.
At the root of the project, enter the following command:
./mvnw clean package
The jar of the connector can be found in target/connector-starwars-<VERSION>.jar
.