This repository provides an application use case sample of library prego to handle FlowBuild API artifact blueprint. It is a NodeJS application. Hence, you might follow the instructions below to start it.
First of all, run the command npm install
to install the package.json packages. Afterwards, you may place the desired blueprints on path $WORKFLOW_SAMPLE_PATH/samples/blueprints/
. Finally, run the commands below:
- Run the command
npm start
; - Run the following command on the broser URL field
localhost:8080
.
The result rendering depends on chosen browser.
The available functions for Workflow are in this file. You must edit the file /src/index.js
to explore the available funcionalities.