scheibling/itop-bpmnviewer

There is no license information available for the latest version (0.1.1) of this package.

BPMN2 Viewer for iTop Models

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:itop-extension

0.1.1 2022-11-21 12:33 UTC

This package is auto-updated.

Last update: 2024-05-30 00:54:23 UTC


README

BPMN2 Viewer add-in for iTop objects

Installation

Clone the repository into the extensions folder in your iTop installation and re-run the setup

Usage

Update config-itop.php through an editor or via the web interface, and find the itop-bpmnviewer-section at the bottom.

// Whether to enable the viewer
'enabled' => true,

// Key => Value list with ModelName (Name of the model where the viewer should be displayed) => bpmn_field (name of the field in the model containing the BPMN schema)
'enabled_for' => [
    'ModelName' => 'model_bpmn_field'
],

// Whether to enable the onclick-properties panel for the nodes
// currently only works with ZeebeProperties
'properties_panel_enabled' => false