From 9e9040e70d89c2ec0883c0aa00453d49776b0b56 Mon Sep 17 00:00:00 2001 From: Oleksandr Tovpeko Date: Fri, 15 Sep 2023 22:04:13 +0300 Subject: [PATCH] [EDP-DDM-25987] First commit, will amend later Change-Id: I32780a9a771b7eb8fa619496438848c1eef71f0c --- .../pages/bp-modeling/bp/index.adoc | 19 ++++++++++++++++++- ...bp-modeling-forms-general-description.adoc | 13 ++++++++++--- .../pages/bp-modeling/index.adoc | 17 ++++++++++++++++- 3 files changed, 44 insertions(+), 5 deletions(-) diff --git a/docs/en/modules/registry-develop/pages/bp-modeling/bp/index.adoc b/docs/en/modules/registry-develop/pages/bp-modeling/bp/index.adoc index f9df55ebda..068faadec5 100644 --- a/docs/en/modules/registry-develop/pages/bp-modeling/bp/index.adoc +++ b/docs/en/modules/registry-develop/pages/bp-modeling/bp/index.adoc @@ -1,2 +1,19 @@ //= Моделювання бізнес-процесів і таблиць прийняття рішень -= Business process modeling and decision tables \ No newline at end of file += Business process and decision tables modeling + +include::platform:ROOT:partial$templates/document-attributes/default-set-en.adoc[] + +include::platform:ROOT:partial$admonitions/language-en.adoc[] + +BP modeling is an extensive section that includes many topics. You can learn more about them on dedicated pages. + +== Section overview + +* [*] xref:bp-modeling/bp/what-is-bp.adoc[] +* [*] xref:bp-modeling/bp/bp-modeling-instruction.adoc[] +* [*] xref:bp-modeling/bp/element-templates/element-templates-overview.adoc[] +* [*] xref:bp-modeling/bp/bpmn/index.adoc[] +* [*] xref:bp-modeling/bp/modeling-facilitation/overview.adoc[] +* [*] xref:bp-modeling/bp/bp-alternative-branches.adoc[] +* [*] xref:bp-modeling/bp/access/roles-rbac-bp-modelling.adoc[Restricting access to Business Processes and tasks] +* [*] xref:bp-modeling/bp/excerpts/bp-modeling-excerpt-csv-docx.adoc[] diff --git a/docs/en/modules/registry-develop/pages/bp-modeling/forms/bp-modeling-forms-general-description.adoc b/docs/en/modules/registry-develop/pages/bp-modeling/forms/bp-modeling-forms-general-description.adoc index c4a7adef28..ff47734c19 100644 --- a/docs/en/modules/registry-develop/pages/bp-modeling/forms/bp-modeling-forms-general-description.adoc +++ b/docs/en/modules/registry-develop/pages/bp-modeling/forms/bp-modeling-forms-general-description.adoc @@ -1,12 +1,19 @@ //= Моделювання UI-форм бізнес-процесів = Modeling UI forms for business processes +include::platform:ROOT:partial$templates/document-attributes/default-set-en.adoc[] + +include::platform:ROOT:partial$admonitions/language-en.adoc[] + //Моделювання форм до бізнес-процесів відбувається у **Кабінеті адміністратора регламентів**, що дозволяє забезпечити зв'язок між користувацькими формами, необхідними для внесення даних до БД, та API рівнів виконання бізнес-процесів і фабрики даних. You can model the UI forms for business processes in the regulations administrator portal. It enables you to connect the UI forms for entering data into the database, and the APIs at the level of business processes and the data factory. [#useful-links] == Useful links -. https://help.form.io/intro/welcome/[Official Form.io documentation]. -. https://help.form.io/userguide/forms/[Form.io forms]. -. https://help.form.io/userguide/form-components/[Form.io form components]. \ No newline at end of file +* [*] https://help.form.io/intro/welcome/[Official Form.io documentation]. +* [*] https://help.form.io/userguide/forms/[Form.io forms]. +* [*] https://help.form.io/userguide/form-components/[Form.io form components]. +* [*] xref:bp-modeling/forms/registry-admin-modelling-forms.adoc[] +* [*] xref:bp-modeling/forms/components/index.adoc[] +* [*] xref:bp-modeling/forms/transferring-forms-to-admin-portal.adoc[] \ No newline at end of file diff --git a/docs/en/modules/registry-develop/pages/bp-modeling/index.adoc b/docs/en/modules/registry-develop/pages/bp-modeling/index.adoc index a947f85d6e..da5ae32947 100644 --- a/docs/en/modules/registry-develop/pages/bp-modeling/index.adoc +++ b/docs/en/modules/registry-develop/pages/bp-modeling/index.adoc @@ -1,3 +1,18 @@ = Business process modelers -//TODO: hEREEEEEEEEEEEEEEEEEEEEEEEE \ No newline at end of file +include::platform:ROOT:partial$templates/document-attributes/default-set-en.adoc[] + +include::platform:ROOT:partial$admonitions/language-en.adoc[] + +Business Process (BP) modelers create the "lifeblood" of the _Registry Platform_ -- Business Processes. They are the basis for all the services that the Platform offers to the users. To create Business Processes, BP modelers use visual modelling and managing instruments (**Camunda Modeler**) of a low-code-subsystem via the functionality for the creation of Business Processes, UI-forms, and interactions with other Registries/systems and components. In addition, modeling BP involves using Groovy-scripts and JSON-structures for more complex models. In order to configure integrations with external systems or other Registries within the same Platform instance, API/SOAP-based connectors are used. + +You can find more information on BP modeling on the section pages. + +== Section Overview + +* [*] xref:bp-modeling/bp/index.adoc[] +* [*] xref:bp-modeling/bp/bpmn/index.adoc[] +* [*] xref:bp-modeling/forms/bp-modeling-forms-general-description.adoc[] +* [*] xref:bp-modeling/bp/rest-connector.adoc[] +* [*] xref:bp-modeling/external-integration/api-call/connectors-external-registry.adoc[] +