Extension:Cognitive Process Designer/ru
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Статус релиза: стабильно |
|
|---|---|
| Реализация | Действие страницы, Ajax, Служебная страница |
| Описание | Draw BPMN processes with a graphical user interface in Semantic MediaWiki |
| Автор(ы) | Tobias Weller, Maria Maleshkova, Alexander Pinchuk, Hallo Welt! GmbH |
| Поддерживающий(ие) | Hallo Welt! GmbH |
| Последняя версия | Ongoing releases |
| Политика совместимости | В расширении есть соответствуюшая ветвь для каждого релиза MediaWiki, который является релизом долгосрочной поддержки (Long Term Support release). |
| MediaWiki | 1.43 (LTS) |
| Licence | GNU General Public License 3.0 only |
| Скачать | |
| Переведите расширение Cognitive Process Designer, если оно доступно на translatewiki.net | |
The Cognitive Process Designer extension supports the creation of BPMN (Business Process Model and Notation) processes by using an intuitive GUI (graphical user interface).
It is based on bpmn.io, an open source project by Camunda. Bpmn.io is an JavaScript renderer that allows to model BPMN processes and to check the syntax.
Functionality
- The extension introduces a dedicated content type
CPD. - Processes are stored in a decicated process namespace (PROC, 1530).
- A linter checks for errors before the diagram can be saved.
- When saving the diagram, users can decide to create description pages for each task shape in the diagram. They are created as subpages of the diagram.
- The generated task pages have a built-in navigation between process steps.
- The BPMN diagrams can be embedded in any wiki page via the tag
<bpmn process="..." />.
Установка
- Скачайте и распакуйте файл(ы) в папку с названием
CognitiveProcessDesignerв вашей папкеextensions/.
Вместо этого разработчикам и соавторам кода следует установить расширение из Git, используя:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CognitiveProcessDesigner
- Если и только если устанавливаете из git, запустите Composer для установки зависимостей PHP, запустив
composer install --no-devв каталоге расширений. (Смотрите T173141 о возможных осложнениях.) - Добавьте следующий код в конце вашего файла LocalSettings.php:
wfLoadExtension( 'CognitiveProcessDesigner' );
- For REL1_35 and upper branches - setup of processRunner.php is needed. See note below for the details.
Готово – Перейдите на страницу Special:Versionна своей вики, чтобы удостовериться в том, что расширение успешно установлено.
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-CognitiveProcessDesigner.git) as a "vcs repository" and the package name (mediawiki/CognitiveProcessDesigner) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-CognitiveProcessDesigner.git" } ], "require": { "mediawiki/CognitiveProcessDesigner": "dev-REL1_43" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CognitiveProcessDesigner' );
Готово Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
- In REL1_35 and upper branches "process manager"[1] is used to save diagram elements on the server. In that case processRunner.php must be running to correctly save BPMN diagram. See how to setup it. For the most cases - just execute from wiki root in the separate terminal window.
php maintenance/run.php ./extensions/CognitiveProcessDesigner/vendor/mwstake/mediawiki-component-processmanager/maintenance/processRunner.php maintenance/Maintenance.php --wait
- Semantic MediaWiki must be installed in order to provide information for the elements in a structured way and publish the information according to the Linked Data Principles, which helps to avoid having an unbounded web.
- file uploads for SVG file types must be allowed and the images directory must be writable (chmod 755)[2]
Использование

Создать диаграммы
To create a diagram, simply create a new page in the Process namespace:
Process:MyNewDiagram
The visual editing mode opens the BPMN editor.
External links
More extensive documentation on how to use this extension:
- Technical reference (check this page for possible extension dependencies)
- Extension user help
| Это расширение включено в следующие вики-фермы/хостинги и/или пакеты: |
Categories:
- Stable extensions/ru
- Page action extensions/ru
- Ajax extensions/ru
- Special page extensions/ru
- CanonicalNamespaces extensions/ru
- ParserFirstCallInit extensions/ru
- ContentHandlerDefaultModelFor extensions/ru
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/ru
- SkinTemplateNavigation::Universal extensions/ru
- CodeEditorGetPageLanguage extensions/ru
- OutputPageBeforeHTML extensions/ru
- LoadExtensionSchemaUpdates extensions/ru
- PageDeleteComplete extensions/ru
- MWStakeCommonUIRegisterSkinSlotComponents extensions/ru
- GPL licensed extensions/ru
- Extensions in Wikimedia version control/ru
- All extensions/ru
- Extensions by HalloWelt/ru
- BlueSpice/ru
- Extensions requiring Composer with git/ru
- Extensions included in BlueSpice/ru
- Semantic MediaWiki extensions/ru
- Graph extensions/ru
