https://github.com/bptlab/subscription-point-visualizer
Visualizes subscription points in bpmn choreography diagrams.
https://github.com/bptlab/subscription-point-visualizer
Last synced: about 1 month ago
JSON representation
Visualizes subscription points in bpmn choreography diagrams.
- Host: GitHub
- URL: https://github.com/bptlab/subscription-point-visualizer
- Owner: bptlab
- License: mit
- Created: 2020-03-06T09:58:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T11:34:31.000Z (almost 6 years ago)
- Last Synced: 2026-02-14T19:51:15.889Z (4 months ago)
- Language: JavaScript
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SubscriptionPointVisualizer 
Visualizes subscription points in bpmn choreography diagrams.

## Installation & Usage
Node needs to be installed for the visualizer to run.
To install it, clone this repository on your machine. To start, navigate to the installation folder and enter the following into your command line:
```shell
npm install
npm run build
npm run serve
```
The visualizer is then served to `http://localhost:9024`.
Click on a choreography task to see the subscription points (green) and unsubscription points (red). If the indicator is placed at the border of the whole process, (un-)deployment time (un-)subscription is indicated.
#
This repository is based on [chor-js](https://github.com/bptlab/chor-js)