-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EDP-DDM-25987] First commit, will amend later
Change-Id: I32780a9a771b7eb8fa619496438848c1eef71f0c
- Loading branch information
Oleksandr Tovpeko
committed
Sep 15, 2023
1 parent
baead71
commit 9e9040e
Showing
3 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
19 changes: 18 additions & 1 deletion
19
docs/en/modules/registry-develop/pages/bp-modeling/bp/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
//= Моделювання бізнес-процесів і таблиць прийняття рішень | ||
= Business process modeling and decision tables | ||
= 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[] |
13 changes: 10 additions & 3 deletions
13
...stry-develop/pages/bp-modeling/forms/bp-modeling-forms-general-description.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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]. | ||
* [*] 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[] |
17 changes: 16 additions & 1 deletion
17
docs/en/modules/registry-develop/pages/bp-modeling/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
= Business process modelers | ||
|
||
//TODO: hEREEEEEEEEEEEEEEEEEEEEEEEE | ||
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[] | ||
|