امتداد:مصمم العمليات الإدراكية
Appearance
| يدعم هذا الامتداد بوجه عام في مكان خارجي: BlueSpice Community Forum. لو كنت تحتاج للمساعدة، يجب عليك أن تنشر طلبك هناك، لا على صفحة النقاش. |
حالة الإصدار مستقر |
|
|---|---|
| تنفيذ | تصرف خاصة بالصفحة, أجاكس, صفحة خاصة |
| بيان | 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 | 1.43 (LTS) |
| Licence | رخصة جنو العمومية 3.0 فقط |
| التنزيل | |
| ترجم الامتداد 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/ لديك.
يجب على مطوري البرمجيات والمساهمين بالكود البرمجي تثبيت الامتداد من غت بدلا من ذلك، مستخدمين:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CognitiveProcessDesigner
- حينما تثبته مستخدما غت شغّل Composer كي تثبت اعتمادات بي إتش بي، وذلك عن طريق إصدار
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/ar
- Page action extensions/ar
- Ajax extensions/ar
- Special page extensions/ar
- CanonicalNamespaces extensions/ar
- ParserFirstCallInit extensions/ar
- ContentHandlerDefaultModelFor extensions/ar
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/ar
- SkinTemplateNavigation::Universal extensions/ar
- CodeEditorGetPageLanguage extensions/ar
- OutputPageBeforeHTML extensions/ar
- LoadExtensionSchemaUpdates extensions/ar
- PageDeleteComplete extensions/ar
- MWStakeCommonUIRegisterSkinSlotComponents extensions/ar
- GPL licensed extensions/ar
- Extensions in Wikimedia version control/ar
- All extensions/ar
- Extensions by HalloWelt/ar
- BlueSpice/ar
- Extensions requiring Composer with git/ar
- Extensions included in BlueSpice/ar
- Semantic MediaWiki extensions/ar
- Graph extensions/ar
