The project contains BProc addon usage examples. There are several processes deployed, that demonstrate different BProc addon features.
The Application - Sampler screen is opened by default after you log in to the application (the credentials are admin/admin). The screen allows you to read sample descriptions, view related source code and start the process.
You can get trial subscription from CUBA marketplace to run this application on your local environment. After getting trial subscription you'll receive an email with a link for downloading ZIP archive with artifacts.
To install the trial version of BProc add-on:
-
Get trial subscription from CUBA Marketplace. You'll get an email with a link and instructions.
-
Download ZIP archive with artifacts at link from the email.
-
Clone the repository of this demo project.
-
Open demo project in CUBA Studio.
-
Create a directory called
repository
in the root directory of the demo project. -
Unzip the file with artifacts into this directory. You should get the following directory structure:
- Open
build.gradle
file and register a new Maven repository.
maven {
url './repository'
}
- Find a string with add-on coordinates and replace the add-on version with the latest one. Check the latest version on CUBA Marketplace.
- Then add
.trial
to the end of add-on coordinates.
- Go to CUBA -> Build Tasks -> Deploy to check that the add-on was installed successfully.