-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Salvatore Gonda edited this page Mar 14, 2024
·
1 revision
Executable examples are stored in gobpmnByExample, which are used in the context of creating and reading a business process model. This repository serves as a showcase for handling the various modules.
Note
In future examples, the connection to a workflow engine will also be presented.
The examples are located in the directory named examples and are described numerically
In order to be able to use the examples, it is recommended to download them via the terminal with the command git glone into the source directory of Go
HTTPS
git clone https://github.com/deemount/gobpmnByExample.git
SSH
git clone [email protected]:deemount/gobpmnByExample.git
The use or execution of the examples takes place in the directory itself and can be started there with the command in the terminal
go run main.go