AutoDoc:BlueSpiceSaferEdit and Reference:CognitiveProcessDesigner: Difference between pages

(Difference between pages)
m (1 revision imported)
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
==DescriptionMsg==
{{BSExtensionInfo
{{AutoDocDescriptionMsg
|desc=Draw BPMN processes with a graphical user interface in Semantic MediaWiki
|name = BlueSpiceSaferEdit
|status=stable
|desc = {{int:bs-saferedit-desc
|developer=Tobias Weller, Maria Maleshkova, Alexander Pinchuk
|type=MediaWiki
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=MediaWiki
|category=Rich Articles
|license=Apache license 2.0
|docu=https://www.mediawiki.org/wiki/Extension:Cognitive_Process_Designer
|features=<span style="color: rgb(32, 33, 34)">The</span> '''Cognitive Process Designer''' <span style="color: rgb(32, 33, 34)">extension supports the creation, importing, exporting and annotating of BPMN (Business Process Model and Notation) processes by using an intuitive GUI (graphical user interface). Each element (node and edge) is represented by its own wiki page, which publishes the information according to the</span> [https://www.w3.org/DesignIssues/LinkedData.html Linked Data Principles]<span style="color: rgb(32, 33, 34)">. Cognitive Process is based on</span> [https://bpmn.io/ bpmn.io]<span style="color: rgb(32, 33, 34)">, an open source project by</span> [https://camunda.com/ Camunda]<span style="color: rgb(32, 33, 34)">. Bpmn.io is an JavaScript renderer that allows to model BPMN processes and checks the syntax.</span> [[mediawikiwiki:Extension:Page Forms{{!}}Page Forms]] <span style="color: rgb(32, 33, 34)">is used to facilitate the input of information for each element.</span>
}}
}}
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web, Authoring tool
|wcagTestdate=2022-08-09
|wcagLevel=AA
|wcagSupport=does not support
|wcagWorkaround=no
|wcagComments=Authoring tool: drag and drop, since it is a visual tool
Web: no good keyboard support, no screenreader accessibility.
See also developer discussion here:
https://forum.bpmn.io/t/how-to-make-modeler-keyboard-accessible/5996/6
|extensionType=extended
|extensionFocus=editor
}}
}}
==License==
{{AutoDocLicense
|name = GPL-3.0-only
}}
==Requirements==
{{AutoDocRequirements
|mediawiki = {{AutoDocVersion
|name = MediaWiki
|version = 1.36.0
}}
|extensions = {{AutoDocVersion
|name = BlueSpiceFoundation
|version = 4.1
}}
}}
==IntegratesInto==
{{AutoDocIntegratesInto
|into = {{AutoDocListItem
|item = BlueSpicePrivacy
}}
{{AutoDocListItem
|item = BlueSpiceSaferEdit
}}
}}
==Config==
{{AutoDocConfig
|config = {{AutoDocOption
|name = SaferEditInterval
|value = <nowiki>10</nowiki>
}}
{{AutoDocOption
|name = SaferEditShowNameOfEditingUser
|value = <nowiki>true</nowiki>
}}
}}
==Hooks==
{{AutoDocHooks
|Hooks = {{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay]
|callback = \BlueSpice\SaferEdit\Hook\BeforePageDisplay\AddModules::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BsAdapterAjaxPingResult BsAdapterAjaxPingResult]
|callback = \BlueSpice\SaferEdit\Hook\BsAdapterAjaxPingResult\HandleSaferEditIsSomeoneEditing::callback, \BlueSpice\SaferEdit\Hook\BsAdapterAjaxPingResult\HandleSaferEditSave::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/EditPage::showEditForm:initial EditPage::showEditForm:initial]
|callback = \BlueSpice\SaferEdit\Hook\EditPage_showEditForm_initial\SetEditSection::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/LoadExtensionSchemaUpdates LoadExtensionSchemaUpdates]
|callback = \BlueSpice\SaferEdit\Hook\LoadExtensionSchemaUpdates\AddSaferEditTable::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/MergeAccountFromTo MergeAccountFromTo]
|callback = \BlueSpice\SaferEdit\Hook\MergeAccountFromTo\MergeSaferEditDBFields::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/PageSaveComplete PageSaveComplete]
|callback = \BlueSpice\SaferEdit\Hook\PageSaveComplete\ClearSaferEdit::callback
}}
}}

Revision as of 11:18, 20 July 2023

Extension: CognitiveProcessDesigner

all extensions

Overview
Description:

Draw BPMN processes with a graphical user interface in Semantic MediaWiki

State: stable Dependency: MediaWiki
Developer: Tobias Weller, Maria Maleshkova, Alexander Pinchuk License: GPL-3.0-only
Type: MediaWiki Category: Rich Articles
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.

Features

The Cognitive Process Designer extension supports the creation, importing, exporting and annotating of BPMN (Business Process Model and Notation) processes by using an intuitive GUI (graphical user interface). Each element (node and edge) is represented by its own wiki page, which publishes the information according to the Linked Data Principles. Cognitive Process is based on bpmn.io, an open source project by Camunda. Bpmn.io is an JavaScript renderer that allows to model BPMN processes and checks the syntax. Page Forms is used to facilitate the input of information for each element.

Technical Information

This information applies to BlueSpice 4. Technical details for BlueSpice Cloud can differ in some cases.

Requirements

  • MediaWiki: 1.39.0
  • PageForms: 5.4

Integrates into

  • CognitiveProcessDesigner
  • ContentDroplets

Special pages

Permissions

Name Description Role
cognitiveprocessdesigner-editbpmn Edit BPMN diagrams admin, editor, maintenanceadmin

Configuration

Name Value
CPDEntityElementTypes array ( 0 => 'bpmn:Task', 1 => 'BPMN Task', 2 => 'Activity', )
CPDHappyPathSMWPropertyName 'Bpmn_isHappyPath'

API Modules

  • cpd-delete-orphaned-elements
  • cpd-save-diagram-elements

Hooks

Accessibility

Test status: 2-testing complete
Checked for: Web, Authoring tool
Last test date: 2022-08-09
WCAG level: AA
WCAG support: does not support (workaround: no)
Comments:

Authoring tool: drag and drop, since it is a visual tool

Web: no good keyboard support, no screenreader accessibility.

See also developer discussion here:

https://forum.bpmn.io/t/how-to-make-modeler-keyboard-accessible/5996/6

Extension type: extended
Extension focus: editor

Discussions