Skip to content
Salvatore Gonda edited this page Mar 14, 2024 · 1 revision

About gobpmnByExample

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.

Structure

The examples are located in the directory named examples and are described numerically

Install

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

Usage

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
Clone this wiki locally