From 98a5324dddbf27d47bd7150c36cf4b905097fb50 Mon Sep 17 00:00:00 2001 From: Mandy Chessell Date: Mon, 11 Mar 2024 17:25:48 +0000 Subject: [PATCH] Change event-action to context-event Signed-off-by: Mandy Chessell --- site/docs/concepts/connector.md | 2 +- site/docs/concepts/contexrt-event-service.md | 18 + site/docs/concepts/context-event-engine.md | 27 + site/docs/concepts/context-event.md | 2 + site/docs/concepts/event-action-engine.md | 27 - site/docs/concepts/event-action-service.md | 18 - .../docs/concepts/governance-service-types.md | 22 +- site/docs/concepts/index.md | 7 +- .../context-event-service-intro.md | 14 + .../context-event/context-event-service.svg | 4 + .../event-action-service-intro.md | 14 - .../event-action/event-action-service.svg | 4 - site/docs/connectors/index.md | 2 +- .../context-event.drawio} | 0 site/docs/frameworks/cef/overview.md | 11 + site/docs/frameworks/eaf/overview.md | 11 - site/docs/frameworks/index.md | 4 +- .../overview.md | 4 +- .../event-action-engine-definition.svg | 2 +- site/docs/release-notes/5-0.md | 2 +- site/docs/release-notes/5-1.md | 4 +- ...deployment-resources-functional-detail.svg | 2 +- .../deployment-runtimes-functional-detail.svg | 2 +- .../developer-platform-functional-detail.svg | 2 +- .../education-functional-detail.svg | 4 +- site/docs/release-notes/egeria-status.drawio | 998 ++++++++++++++---- ...-showing-implementation-status-for-5.0.svg | 4 + .../release-notes/functional-organization.svg | 4 +- .../governance-solution-functional-detail.svg | 4 +- ...integration-platform-functional-detail.svg | 4 +- site/docs/release-notes/roadmap.md | 12 +- .../release-notes/ui-functional-detail.svg | 4 +- .../omas/governance-server/overview.md | 2 +- site/docs/services/omas/index.md | 2 +- .../services/omes/context-event/overview.md | 25 + ...gine-services-event-action-server-side.svg | 2 +- .../services/omes/event-action/overview.md | 25 - site/docs/services/omes/index.md | 12 +- .../types/0/0042-Software-Capabilities.md | 4 +- site/docs/types/1/0137-Actions.svg | 2 +- site/docs/types/1/area-1-collaboration.drawio | 16 +- site/docs/types/4/0461-Governance-Engines.md | 7 +- site/docs/types/4/0461-Governance-Engines.svg | 2 +- .../4/0462-Governance-Action-Processes.svg | 2 +- site/docs/types/4/area-4-governance.drawio | 26 +- site/mkdocs.yml | 10 +- 46 files changed, 981 insertions(+), 395 deletions(-) create mode 100644 site/docs/concepts/contexrt-event-service.md create mode 100644 site/docs/concepts/context-event-engine.md delete mode 100644 site/docs/concepts/event-action-engine.md delete mode 100644 site/docs/concepts/event-action-service.md create mode 100644 site/docs/connectors/context-event/context-event-service-intro.md create mode 100644 site/docs/connectors/context-event/context-event-service.svg delete mode 100644 site/docs/connectors/event-action/event-action-service-intro.md delete mode 100644 site/docs/connectors/event-action/event-action-service.svg rename site/docs/frameworks/{eaf/event-action.drawio => cef/context-event.drawio} (100%) create mode 100644 site/docs/frameworks/cef/overview.md delete mode 100644 site/docs/frameworks/eaf/overview.md rename site/docs/guides/developer/{event-action-services => context-event-services}/overview.md (55%) create mode 100644 site/docs/release-notes/functional-organization-showing-implementation-status-for-5.0.svg create mode 100644 site/docs/services/omes/context-event/overview.md delete mode 100644 site/docs/services/omes/event-action/overview.md diff --git a/site/docs/concepts/connector.md b/site/docs/concepts/connector.md index 71c9518a32..a65abadffd 100644 --- a/site/docs/concepts/connector.md +++ b/site/docs/concepts/connector.md @@ -48,7 +48,7 @@ The table below lists the different types of connectors supported by Egeria's se | Integration Connector | Implements metadata exchange with third party tools. | [Further Information](/concepts/integration-connector) | | Survey Action Service | Implements automated metadata discovery. | [Further Information](/concepts/survey-action-service) | | Governance Action Service | Implements automated governance. | [Further Information](/concepts/governance-action-service) | -| Event Action Service | Implements the maintenance of [context events](/conepts/context-event). | [Further Information](/concepts/event-action-service) | +| Context Event Service | Implements the maintenance of [context events](/conepts/context-event). | [Further Information](/concepts/context-event-service) | | Repository Governance Service | Maintains information about the status and content of the open metadata repositories. | [Further Information](/concepts/repository-governance-service) | | Configuration Document Store | Persists the [configuration document](/concepts/configuration-document/#storage) for an OMAG Server. | [Further Information](/concepts/configuration-document-store-connector) | | Platform Security Connector | Manages [service authorization](/features/metadata-security) for the OMAG Server Platform. | [Further Information](/concepts/platform-metadata-security-connectors/) | diff --git a/site/docs/concepts/contexrt-event-service.md b/site/docs/concepts/contexrt-event-service.md new file mode 100644 index 0000000000..eaf10c25bb --- /dev/null +++ b/site/docs/concepts/contexrt-event-service.md @@ -0,0 +1,18 @@ +--- +hide: +- toc +--- + + + + +# Context Event Service + +---8<-- "docs/connectors/context-event/context-event-service-intro.md" + +!!! education "Further information" + + * [Writing Context Event Services](/guides/developer/context-event-services/overview) + * [Configuring Context Event Services into a Governance Engine](/guides/developer/open-metadata-archives/creating-governance-engine-packs) + +--8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/concepts/context-event-engine.md b/site/docs/concepts/context-event-engine.md new file mode 100644 index 0000000000..16544aba91 --- /dev/null +++ b/site/docs/concepts/context-event-engine.md @@ -0,0 +1,27 @@ +--- +hide: +- toc +--- + + + + +# Context Event Engines + +An *context event engine* describes a set of related [context event services](/guides/developer/context-event-services/overview). Each context event service implements a specific type of event management. This event management is built around [context events](/concepts/context-event) and actions. + +An context event engine is hosted in the [Context Event Open Metadata Engine Service (OMES)](/services/omes/context-event/overview) running on one or more [Engine Host OMAG Servers](/concepts/engine-host). + +![Context Event Engine](/connectors/context-event/context-event-service.svg) + +When an context event engine is called, it is passed a governance request type and request parameters. This is mapped to a call to an [context event service](/concepts/context-event-service) through the [context event engine definition](/concepts/governance-engine-definition). + +![Context Event Engine Definition Structure](/guides/developer/open-metadata-archives/context-event-engine-definition.svg) +> Logical structure of an context event engine definition showing how the governance request types map to the context event service definitions + +!!! education "Further information" + + The Open Metadata Types used to define the context event engines are located in [model 0461 Governance Engines](/types/4/0461-Governance-Engines). + + +---8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/concepts/context-event.md b/site/docs/concepts/context-event.md index c48a1b5756..e173f4126b 100644 --- a/site/docs/concepts/context-event.md +++ b/site/docs/concepts/context-event.md @@ -10,4 +10,6 @@ hide: A *Context Event* describes an event in time. It may be a moment in time or a time period. It is used to explain anomalies or changes in data or activities. It is also used to provide scope and timelines to projects and other activities. +Context Events are supported by the [Context Event Framework (CEF)](/frameworks/cef/overview) + --8<-- "snippets/abbr.md" diff --git a/site/docs/concepts/event-action-engine.md b/site/docs/concepts/event-action-engine.md deleted file mode 100644 index 80d1d13418..0000000000 --- a/site/docs/concepts/event-action-engine.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -hide: -- toc ---- - - - - -# Event Action Engines - -An *event action engine* describes a set of related [event action services](/guides/developer/event-action-services/overview). Each event action service implements a specific type of event management. This event management is built around [context events](/concepts/context-event) and actions. - -An event action engine is hosted in the [Event Action Open Metadata Engine Service (OMES)](/services/omes/event-action/overview) running on one or more [Engine Host OMAG Servers](/concepts/engine-host). - -![Event Action Engine](/connectors/event-action/event-action-service.svg) - -When an event action engine is called, it is passed a governance request type and request parameters. This is mapped to a call to an [event action service](/concepts/event-action-service) through the [event action engine definition](/concepts/governance-engine-definition). - -![Event Action Engine Definition Structure](/guides/developer/open-metadata-archives/event-action-engine-definition.svg) -> Logical structure of an event action engine definition showing how the governance request types map to the event action service definitions - -!!! education "Further information" - - The Open Metadata Types used to define the event action engines are located in [model 0461 Governance Engines](/types/4/0461-Governance-Engines). - - ----8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/concepts/event-action-service.md b/site/docs/concepts/event-action-service.md deleted file mode 100644 index 928d571126..0000000000 --- a/site/docs/concepts/event-action-service.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -hide: -- toc ---- - - - - -# Event Action Service - ----8<-- "docs/connectors/event-action/event-action-service-intro.md" - -!!! education "Further information" - - * [Writing Event Action Services](/guides/developer/event-action-services/overview) - * [Configuring Event Action Services into a Governance Engine](/guides/developer/open-metadata-archives/creating-governance-engine-packs) - ---8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/concepts/governance-service-types.md b/site/docs/concepts/governance-service-types.md index 2fa29f6e6e..14f99e0999 100644 --- a/site/docs/concepts/governance-service-types.md +++ b/site/docs/concepts/governance-service-types.md @@ -4,17 +4,17 @@ There are ten types of governance services. Related governance services are [packaged together in a specific type of governance engine](/concepts/governance-engine-definition) and enabled in one or more [Engine Host OMAG Servers](/concepts/engine-host). They run in the appropriate [Open Metadata Engine Service (OMES)](/services/omes) as shown in the table below. -| Governance Service | Description | Governance Engine type | Engine Service | -|:---------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|:----------------------------------------------------------------------------| -| [Survey Action Service](/guides/developer/survey-action-services/overview) | Analyses the content of an [Asset's](/concepts/asset) real-world counterpart ([digital resource](/concepts/digital-resource)) in the digital landscape. (For example, if the asset describes a file, the survey action service analyses the data stored in the file). Results of the analysis are stored in a [Survey Report](/concepts/survey-report) | [Survey Action Engine](/concepts/survey-action-engine) | [Survey Action OMES](/services/omes/survey-action/overview) | -| [Watchdog Governance Service](/guides/developer/governance-action-services/overview) | Monitors changes to open metadata elements and when certain changes occur (such as the creation of a new [Asset](/concepts/asset)) the watchdog service requests action from other governance services by creating either an [Engine Action](/concepts/engine-action), a [Governance Action Process](/concepts/governance-action-process) or an [Incident Report](/concepts/incident-report). | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | -| [Verification Governance Service](/guides/developer/governance-action-services/overview) | Tests the properties of specific open metadata elements to ensure they are set up correctly or do not indicate a situation where governance activity is required. The [results](/concepts/guard) returned from the verification service can be used to trigger other governance services as part of a [Governance Action Process](/concepts/governance-action-process). | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | -| [Triage Governance Service](/guides/developer/governance-action-services/overview) | Makes decisions on how to handle a specific situation or incident. Often this involves a human decision maker. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | -| [Remediation Governance Service](/guides/developer/governance-action-services/overview) | Corrects errors in open metadata or the digital landscape it represents. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | -| [Provisioning Governance Service](/guides/developer/governance-action-services/overview) | Configuring, enabling, provisioning resources in the digital landscape. Often these provisioning services manage the cataloguing of new assets and the lineage between them. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | -| [General Governance Action Service](/guides/developer/governance-action-services/overview) | Some form of governance activity. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | -| [Event Action Service](/guides/developer/event-action-services/overview) | Event management around [Context Event](/concepts/context-event). | [Event Action Engine](/concepts/event-action-engine) | [Event Action OMES](/services/omes/event-action/overview) | -| [Repository Governance Service](/guides/developer/repository-governance-services/overview) | Performs governance for open metadata repositories such as dynamically maintaining [open metadata archives](/concepts/open-metadata-archive). | [Repository Governance Engine](/concepts/repository-governance-engine) | [Repository Governance OMES](/services/omes/repository-governance/overview) | +| Governance Service | Description | Governance Engine type | Engine Service | +|:-------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|:----------------------------------------------------------------------------| +| [Survey Action Service](/guides/developer/survey-action-services/overview) | Analyses the content of an [Asset's](/concepts/asset) real-world counterpart ([digital resource](/concepts/digital-resource)) in the digital landscape. (For example, if the asset describes a file, the survey action service analyses the data stored in the file). Results of the analysis are stored in a [Survey Report](/concepts/survey-report) | [Survey Action Engine](/concepts/survey-action-engine) | [Survey Action OMES](/services/omes/survey-action/overview) | +| [Watchdog Governance Service](/guides/developer/governance-action-services/overview) | Monitors changes to open metadata elements and when certain changes occur (such as the creation of a new [Asset](/concepts/asset)) the watchdog service requests action from other governance services by creating either an [Engine Action](/concepts/engine-action), a [Governance Action Process](/concepts/governance-action-process) or an [Incident Report](/concepts/incident-report). | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | +| [Verification Governance Service](/guides/developer/governance-action-services/overview) | Tests the properties of specific open metadata elements to ensure they are set up correctly or do not indicate a situation where governance activity is required. The [results](/concepts/guard) returned from the verification service can be used to trigger other governance services as part of a [Governance Action Process](/concepts/governance-action-process). | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | +| [Triage Governance Service](/guides/developer/governance-action-services/overview) | Makes decisions on how to handle a specific situation or incident. Often this involves a human decision maker. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | +| [Remediation Governance Service](/guides/developer/governance-action-services/overview) | Corrects errors in open metadata or the digital landscape it represents. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | +| [Provisioning Governance Service](/guides/developer/governance-action-services/overview) | Configuring, enabling, provisioning resources in the digital landscape. Often these provisioning services manage the cataloguing of new assets and the lineage between them. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | +| [General Governance Action Service](/guides/developer/governance-action-services/overview) | Some form of governance activity. | [Governance Action Engine](/concepts/governance-action-engine) | [Governance Action OMES](/services/omes/governance-action/overview) | +| [Context Event Service](/guides/developer/context-event-services/overview) | Event management around [Context Event](/concepts/context-event). | [Context Event Engine](/concepts/context-event-engine) | [Context Event OMES](/services/omes/context-event/overview) | +| [Repository Governance Service](/guides/developer/repository-governance-services/overview) | Performs governance for open metadata repositories such as dynamically maintaining [open metadata archives](/concepts/open-metadata-archive). | [Repository Governance Engine](/concepts/repository-governance-engine) | [Repository Governance OMES](/services/omes/repository-governance/overview) | --8<-- "snippets/abbr.md" \ No newline at end of file diff --git a/site/docs/concepts/index.md b/site/docs/concepts/index.md index 26b1cb1b9f..ced7972d41 100644 --- a/site/docs/concepts/index.md +++ b/site/docs/concepts/index.md @@ -67,6 +67,8 @@ - [Connector Provider](/concepts/connector-provider) - [Connector Type](/concepts/connector-type) - [Contact Method](/concepts/contact-method) +- [Context Event](/concepts/context-event) +- [Context Event Framework (CEF)](/frameworks/cef/overview) - [Context Manager](/frameworks/oif/overview) ## D @@ -107,7 +109,6 @@ - [Cohort Events](/concepts/cohort-events) -- [Event Action Framework](/frameworks/eaf/overview) - [Event Bus](/concepts/event-bus) - [Event Broker](/concepts/basic-concepts/#event-broker) - [Event Management Services Subsystem (OMRS)](/services/omrs) @@ -134,8 +135,8 @@ - [Open Connector Framework (OCF)](/frameworks/ocf/overview) - [Open Integration Framework (OIF)](/frameworks/oif/overview) - [Governance Action Framework (GAF)](/frameworks/gaf/overview) - - [Event Action Framework (EAF)](/frameworks/eaf/overview) - - [Survey Action Framework (EAF)](/frameworks/saf/overview) + - [Context Event Framework (CEF)](/frameworks/cef/overview) + - [Survey Action Framework (SAF)](/frameworks/saf/overview) ## G diff --git a/site/docs/connectors/context-event/context-event-service-intro.md b/site/docs/connectors/context-event/context-event-service-intro.md new file mode 100644 index 0000000000..c9a1f1f4f5 --- /dev/null +++ b/site/docs/connectors/context-event/context-event-service-intro.md @@ -0,0 +1,14 @@ + + + +An *context event service* is a component that performs event management around a [context event](/concept/context-event). + +??? info "Runtime for an context event service" + Context event services are packaged into [Context Event Engines](/concepts/context-event-engine) that run in the [Context Event OMES](/services/omes/contex-event/overview) hosted in an [Engine Host](/concepts/engine-host). + + The event management interface is implemented by the [Stewardship Action OMAS](/services/omas/stewardship-action/overview) that runs in a [Metadata Access Server](/concepts/metadata-sccess-server). + + An context event service may be triggered via an [Engine Action](/concepts/engine-action) or as part of a [governance action process](/concepts/governance-action-process). + + ![Context Event Service](/connectors/context-event/context-event-service.svg) + diff --git a/site/docs/connectors/context-event/context-event-service.svg b/site/docs/connectors/context-event/context-event-service.svg new file mode 100644 index 0000000000..388b3694ce --- /dev/null +++ b/site/docs/connectors/context-event/context-event-service.svg @@ -0,0 +1,4 @@ + + + +
Engine Host
Engine Host
Context Event Engine Service
Context Event Engine...
Context Event Service
Context Event Se...
Calendar
Calendar
Open Metadata
Ecosystem
Open Metadata...
     Events
     Events
Context
Event
Context...
Text is not SVG - cannot display
\ No newline at end of file diff --git a/site/docs/connectors/event-action/event-action-service-intro.md b/site/docs/connectors/event-action/event-action-service-intro.md deleted file mode 100644 index ae9ecc0fcd..0000000000 --- a/site/docs/connectors/event-action/event-action-service-intro.md +++ /dev/null @@ -1,14 +0,0 @@ - - - -An *event action service* is a component that performs event management around a [context event](/concept/context-event). - -??? info "Runtime for an event action service" - Event action services are packaged into [Event Action Engines](/concepts/event-action-engine) that run in the [Event Action OMES](/services/omes/event-action/overview) hosted in an [Engine Host](/concepts/engine-host). - - The event management interface is implemented by the [Stewardship Action OMAS](/services/omas/stewardship-action/overview) that runs in a [Metadata Access Server](/concepts/metadata-sccess-server). - - An event action service may be triggered via an [Engine Action](/concepts/engine-action) or as part of a [governance action process](/concepts/governance-action-process). - - ![Event Action Service](/connectors/event-action/event-action-service.svg) - diff --git a/site/docs/connectors/event-action/event-action-service.svg b/site/docs/connectors/event-action/event-action-service.svg deleted file mode 100644 index 5aaab29a3a..0000000000 --- a/site/docs/connectors/event-action/event-action-service.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -
Engine Host
Engine Host
Event Action Engine Service
Event Action Engine...
Event Action Service
Event Action Se...
Calendar
Calendar
Open Metadata
Ecosystem
Open Metadata...
     Events
     Events
Context
Event
Context...
Text is not SVG - cannot display
\ No newline at end of file diff --git a/site/docs/connectors/index.md b/site/docs/connectors/index.md index 35d88c2934..f4e5759c46 100644 --- a/site/docs/connectors/index.md +++ b/site/docs/connectors/index.md @@ -11,7 +11,7 @@ Connectors enable Egeria to operate in many environments and with many types of * Connectors that support the [exchange and maintenance of metadata](#metadata-exchange-and-maintenance-connectors) with third party technology. This includes the resource connectors, survey action connectors, integration connectors and adapter repository connectors. These connectors are organized by the type of third part technology type work with. -* Connectors that support the [governance of open metadata](#open-metadata-governance-connectors). This includes the event action services and governance action services. These connectors are organized by function. +* Connectors that support the [governance of open metadata](#open-metadata-governance-connectors). This includes the context event services and governance action services. These connectors are organized by function. * Connectors that support the integration of [Egeria’s runtimes](#runtime-connectors) into the IT infrastructure where it is running. This includes the native repository connectors, event bus connectors, cohort registry stores, configuration stores, audit log destination connectors, open metadata archive stores, REST client connectors and the cohort member remote repository connectors. These connectors are organized by connector type. diff --git a/site/docs/frameworks/eaf/event-action.drawio b/site/docs/frameworks/cef/context-event.drawio similarity index 100% rename from site/docs/frameworks/eaf/event-action.drawio rename to site/docs/frameworks/cef/context-event.drawio diff --git a/site/docs/frameworks/cef/overview.md b/site/docs/frameworks/cef/overview.md new file mode 100644 index 0000000000..9cee50df29 --- /dev/null +++ b/site/docs/frameworks/cef/overview.md @@ -0,0 +1,11 @@ + + + +--8<-- "snippets/content-status/in-development.md" + +# Context Event Framework (CEF) + +The *Context Event Framework (CEF)* supports calendaring and event-focused tools to provide context to the governance and data landscape related to events that happen over time. + + +--8<-- "snippets/abbr.md" diff --git a/site/docs/frameworks/eaf/overview.md b/site/docs/frameworks/eaf/overview.md deleted file mode 100644 index b66e648c0a..0000000000 --- a/site/docs/frameworks/eaf/overview.md +++ /dev/null @@ -1,11 +0,0 @@ - - - ---8<-- "snippets/content-status/in-development.md" - -# Event Action Framework (EAF) - -The *Event Action Framework (EAF)* supports calendaring and event-focused tools to provide context to the governance and data landscape related to events that happen over time. - - ---8<-- "snippets/abbr.md" diff --git a/site/docs/frameworks/index.md b/site/docs/frameworks/index.md index 7510e2dc97..4247d6aab5 100644 --- a/site/docs/frameworks/index.md +++ b/site/docs/frameworks/index.md @@ -18,10 +18,10 @@ The open metadata and governance frameworks supported by Egeria are as follows: * *[Governance Action Framework (GAF)](/frameworks/gaf/overview)* provides the interfaces and base implementations for connectors (called [governance action services](/concepts/governance-action-service)) that take action to assess and correct a situation that is harmful to the data, or the organization in some way. The governance action services run in a [governance action engine](/concepts/governance-action-engine) hosted on the [Engine Host](/concepts/engine-host) OMAG Server. -* *[Event Action Framework (EAF)](/frameworks/eaf/overview)* provides the interfaces and base implementations for for connectors (called [event action services](/concepts/event-action-services)) that perform event management tasks. The event action services run in an [event action engine](/concepts/event-action-engine) hosted on the [Engine Host](/concepts/engine-host) OMAG Server. +* *[Context Event Framework (CEF)](/frameworks/cef/overview)* provides the interfaces and base implementations for for connectors (called [context event services](/concepts/context-event-services)) that perform event management tasks. The context event services run in an [context event engine](/concepts/context-event-engine) hosted on the [Engine Host](/concepts/engine-host) OMAG Server. -**Note:** the integration connectors, open discovery services, event action services, and the governance action services are specialized OCF connectors, making the OCF the *only* plug-in mechanism in the open metadata and governance technology. +**Note:** the integration connectors, open discovery services, context event services, and the governance action services are specialized OCF connectors, making the OCF the *only* plug-in mechanism in the open metadata and governance technology. !!! info "Related Services" The [framework-services](/services/framework-services) provide The Egeria client implementations that enable the types of connectors described in the frameworks to access and maintain the metadata they need to operate. diff --git a/site/docs/guides/developer/event-action-services/overview.md b/site/docs/guides/developer/context-event-services/overview.md similarity index 55% rename from site/docs/guides/developer/event-action-services/overview.md rename to site/docs/guides/developer/context-event-services/overview.md index 9fe2597cba..b069c40590 100644 --- a/site/docs/guides/developer/event-action-services/overview.md +++ b/site/docs/guides/developer/context-event-services/overview.md @@ -1,9 +1,9 @@ -# Writing Event Action Services +# Writing Context Event Services ----8<-- "docs/connectors/event-action/event-action-service-intro.md" +---8<-- "docs/connectors/context-event/context-event-service-intro.md" --8<-- "snippets/abbr.md" diff --git a/site/docs/guides/developer/open-metadata-archives/event-action-engine-definition.svg b/site/docs/guides/developer/open-metadata-archives/event-action-engine-definition.svg index 30b7c3e4b8..88ed90d22c 100644 --- a/site/docs/guides/developer/open-metadata-archives/event-action-engine-definition.svg +++ b/site/docs/guides/developer/open-metadata-archives/event-action-engine-definition.svg @@ -1,4 +1,4 @@ -
Event Action Engine
Event Action Engine
Event Action Service
Event Action Service
A collection of related
event action services.
A collection of related...
Implements the behaviour
of the event action. 
Implements the behaviour...
Event Action Engine
Event Action Engine
Event Action Service
Event Action Service
Governance
Request Type
Governance...
A descriptive name for the
type of event action
service that the organization
wants to run.
A descriptive name for the...
Governance
 Request Type
Governance...
Event Action Service
Event Action Service
Governance
Request Type
Governance...
Event Action Service
Event Action Service
Governance
Request Type
Governance...
Text is not SVG - cannot display
\ No newline at end of file +
Context Event Engine
Context Event Engine
Context Event Service
Context Event Service
A collection of related
context event services.
A collection of related...
Implements the behaviour
of the context event. 
Implements the behaviour...
Context Event Engine
Context Event Engine
Context Event Service
Context Event Service
Governance
Request Type
Governance...
A descriptive name for the
type of context event
service that the organization
wants to run.
A descriptive name for the...
Governance
 Request Type
Governance...
Context Event Service
Context Event Service
Governance
Request Type
Governance...
Context Event Service
Context Event Service
Governance
Request Type
Governance...
Text is not SVG - cannot display
\ No newline at end of file diff --git a/site/docs/release-notes/5-0.md b/site/docs/release-notes/5-0.md index 4bc4f01404..5ed52e8192 100644 --- a/site/docs/release-notes/5-0.md +++ b/site/docs/release-notes/5-0.md @@ -25,7 +25,7 @@ Release 5.0 is a major functional release focused on usability, both from the po * A new classification called [*PersonalProject*](/types/1/0130-Projects) can be added to a project entity to indicate that it is an informal project that have been created by an individual to help them organize their work. * A new classification called [*StudyProject*](/types/1/0130-Projects) can be added to a project entity to indicate that it is a focused analysis of a topic, person, object or situation. * A new classification called [*DataScope*](/types/2/0210-Data-Stores) can be added to a referenceable entity (typically a DataStore or DataSet) to define the scope of the associated data resource in space and time. - * Although not yet implemented in the [Engine Host](/concepts/engine-host), there are types for a new type of governance engine called the [*EventActionEngine*](/types/4/0461-Governance-Engines) and its corresponding governance service called [*EventActionService*](/types/4/0461-Governance-Engines). This new engine is for managing context events, scheduling and associated actions. + * Although not yet implemented in the [Engine Host](/concepts/engine-host), there are types for a new type of governance engine called the [*ContextEventEngine*](/types/4/0461-Governance-Engines) and its corresponding governance service called [*ContextEventService*](/types/4/0461-Governance-Engines). This new engine is for managing context events, scheduling and associated actions. * A new entity called a [*ContextEvent*](/types/4/0475-Context-Events) plus associated elements has been added to provide a means to capture significant events that impact users, data, services, etcetera, to be recorded and used to explain why blips occurred in the past, or plan and take action to mitigate against blips in the future. * There is a new schema extraction relationship called [*DiscoveredLinkedDataField*](/types/6/0615-Schema-Extraction) that can be used to describe associations between data fields. The [*DataField*](/types/6/0615-Schema-Extraction) entity has new attributes to align it more closely with [SchemaAttribute](/types/5/0505-Schema-Attributes). * There are new lineage relationships called [*UltimateSource*](/types/7/0755-Ultimate-Source-Destination) and [*UltimateDestination*](/types/7/0755-Ultimate-Source-Destination) can be used to capture the size and edges of an element's lineage graph have been added. diff --git a/site/docs/release-notes/5-1.md b/site/docs/release-notes/5-1.md index ce17cf9225..e786ffcd48 100644 --- a/site/docs/release-notes/5-1.md +++ b/site/docs/release-notes/5-1.md @@ -8,8 +8,8 @@ _**These are DRAFT release notes. The notes will be updated until & when 5.1 is ??? functional "New View Service: Notification Manager OMVS" [Notification Manager OMVS](/services/omvs/notification-manager/overview) supports the management and querying of [Context Events](/concepts/context-event). -??? functional "New Engine Service: Event Action OMES" - [Event Action OMES](/services/omes/event-action/overview) supports the running of [event-action-services](/concepts/event-action-service). +??? functional "New Engine Service: Context Event OMES" + [Context Event OMES](/services/omes/context-event/overview) supports the running of [Context Event Services](/concepts/context-event-service). ??? functional "New View Service: Collection Manager OMVS" [Collection Manager OMVS](/services/omvs/collection-manager/overview) supports the organizing and browsing of metadata in collections. Collections can themselves be organized hierarchically. An example of its use is in managing the collections of assets that make up digital products. diff --git a/site/docs/release-notes/deployment-resources-functional-detail.svg b/site/docs/release-notes/deployment-resources-functional-detail.svg index c1aaec7181..1244daeeaa 100644 --- a/site/docs/release-notes/deployment-resources-functional-detail.svg +++ b/site/docs/release-notes/deployment-resources-functional-detail.svg @@ -1,4 +1,4 @@ -
Deployment Resources
Deployment...
Kubernetes Operator
Kubernetes Operator
Kubernetes Helm Charts
Kubernetes Helm Charts
Docker Image
Docker Image
Text is not SVG - cannot display
\ No newline at end of file +
Deployment Resources
Kubernetes Helm Charts
Docker Image
\ No newline at end of file diff --git a/site/docs/release-notes/deployment-runtimes-functional-detail.svg b/site/docs/release-notes/deployment-runtimes-functional-detail.svg index 4d9c54dc0c..5f9a80c1c0 100644 --- a/site/docs/release-notes/deployment-runtimes-functional-detail.svg +++ b/site/docs/release-notes/deployment-runtimes-functional-detail.svg @@ -1,4 +1,4 @@ -
Deployment Runtimes
Deployment...
Egeria UI Application
Egeria UI Application
OMAG Server
OMAG Server
OMAG Server Platform
OMAG Server Platform
Text is not SVG - cannot display
\ No newline at end of file +
Deployment Runtimes
OMAG Server Runtime
OMAG Server Platform
\ No newline at end of file diff --git a/site/docs/release-notes/developer-platform-functional-detail.svg b/site/docs/release-notes/developer-platform-functional-detail.svg index f3e2748eca..57fb8b63f8 100644 --- a/site/docs/release-notes/developer-platform-functional-detail.svg +++ b/site/docs/release-notes/developer-platform-functional-detail.svg @@ -1,4 +1,4 @@ -
Developer Platform
Developer Platform
Open Metadata and Governance (OMAG) Registered Services
Open Metadata and Governance (OMAG) Registered Services
Open Metadata Frameworks
Open Metadata Frameworks
Open Metadata and Governance (OMAG) Server Platform
Open Metadata and Governance (OMAG) Server Platform
Engine Services
Engine Services
Content
Content
Open Metadata Types
Open Metada...
Access Services
Access Services
Integration Services
Integration Services
View Services
View Services
Governance Server Services
Governance Server Services
Ops and Platform Services
Ops and Platform Services
Multi-tenancy Management
Multi-tenancy Management
Generic Handlers
Generic Handlers
Metadata Security
Metadata Security
Administration Services
Administration Services
Platform/Server Chassis
Platform/Server Chassis
Repository Services
Repository Services
Framework Services
Framework Services
Connected Asset
Connected Asset
Open Metadata Store
Open Metadata Store
Open Integration Service
Open Integration Service
Open Connector Framework (OCF)
Open Connector Framework (OCF)
Audit Log Framework (ALF)
Audit Log Framework (ALF)
Open Integration Framework (OIF)
Open Integration Framework (OIF)
Open Discovery Framework (ODF)
Open Discovery Framework (ODF)
Governance Action Framework (GAF)
Governance Action Framework (GAF)
Engine Action Framework (EAF)
Engine Action Framework (EAF)
Open Governance Service
Open Governance Service
View Services
View Services
Text is not SVG - cannot display
\ No newline at end of file +
Developer Platform
Open Metadata and Governance (OMAG) Registered Services
Open Metadata Frameworks
Open Metadata and Governance (OMAG) Server Platform
Engine Services
Content
Open Metadata Types
Access Services
Integration Services
Governance Server Services
Ops and Platform Services
Multi-tenancy Management
Generic Handlers
Metadata Security
Administration Services
Platform/Server Chassis
Repository Services
Framework Services
Connected Asset
Open Metadata Store
Open Integration Service
Open Connector Framework (OCF)
Audit Log Framework (ALF)
Open Integration Framework (OIF)
Survey Action Framework (SAF)
Governance Action Framework (GAF)
Context Event Framework (CEF)
Open Governance Service
View Services
\ No newline at end of file diff --git a/site/docs/release-notes/education-functional-detail.svg b/site/docs/release-notes/education-functional-detail.svg index e2a4f8c81d..f683273dbd 100644 --- a/site/docs/release-notes/education-functional-detail.svg +++ b/site/docs/release-notes/education-functional-detail.svg @@ -1,4 +1,4 @@ - + -
Education
Education
Hands on Labs
Hands on Labs
Egeria Dojo
Egeria Dojo
Governance Practices
Governance Practices
Certification
Courses
Certification...
Samples
Samples
Text is not SVG - cannot display
\ No newline at end of file +
Education
Governance Practices
Sample code, configurations,
and data
Hands on Labs
Content Packs
Reference Data
\ No newline at end of file diff --git a/site/docs/release-notes/egeria-status.drawio b/site/docs/release-notes/egeria-status.drawio index 4512927a9a..5c61b40ef2 100644 --- a/site/docs/release-notes/egeria-status.drawio +++ b/site/docs/release-notes/egeria-status.drawio @@ -1,6 +1,6 @@ - + - + @@ -125,7 +125,7 @@ - + @@ -396,17 +396,17 @@ - + - + - + @@ -913,7 +913,7 @@ - + @@ -2042,276 +2042,531 @@ - + - + - + - + - + - + - + - + - + - + - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6997,338 +7252,661 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/docs/release-notes/functional-organization-showing-implementation-status-for-5.0.svg b/site/docs/release-notes/functional-organization-showing-implementation-status-for-5.0.svg new file mode 100644 index 0000000000..f0c4922754 --- /dev/null +++ b/site/docs/release-notes/functional-organization-showing-implementation-status-for-5.0.svg @@ -0,0 +1,4 @@ + + + +
Developer Platform
Open Metadata and Governance (OMAG) Registered Services
Education
Open Metadata Frameworks
Open Metadata and Governance (OMAG) Server Platform

Engine Services
Content
Open Metadata Types
Access Services

Integration Services
View Services

Governance Practices
Sample code, configurations,
and data
Governance Server Services
Ops and Platform Services
Multi-tenancy Management
Generic Handlers
Metadata Security
Administration Services
Platform/Server Chassis
Repository Services
Hands on Labs
Governance Solutions
UIs
Egeria Ecosystem UI
Egeria General User UI
Reference Data Management
Duplicate Metadata Management
Governance Program Management
Lineage Warehouse
Secure Data Sandboxes
Subject Area Management
Community Management
Asset Ownership and Management
Key
Stable
Tech Preview
Development
Placeholder
Integration
Platform
Third Party Connectors
Importers/Exporters
Conformance Test
Deployment Resources
Kubernetes Helm Charts
Governance Automation
Incident Management
Metadata Observability
Data Products and Data Mesh
Clients
Java
Python
Utilities
Framework Services
Connected Asset
Open Metadata Store
Open Integration Service
Controlled Glossary
Development
Metadata Driven
Access Control
Metadata Harvesting
Infrastructure Management
Open Connector Framework (OCF)
Audit Log Framework (ALF)
Open Integration Framework (OIF)
Survey Action Framework (SAF)
Governance Action Framework (GAF)
Context Event Framework (CEF)
Open Governance Service

View Services
Docker Image
Deployment Runtimes
OMAG Server Runtime
OMAG Server Platform
Rich Widgets and Textual UIs
Content Packs

 
Reference Data
\ No newline at end of file diff --git a/site/docs/release-notes/functional-organization.svg b/site/docs/release-notes/functional-organization.svg index 02e5bdcb6e..9e41e00e8a 100644 --- a/site/docs/release-notes/functional-organization.svg +++ b/site/docs/release-notes/functional-organization.svg @@ -1,4 +1,4 @@ - + -
Developer Platform
Developer Platform
Open Metadata and Governance (OMAG) Registered Services
Open Metadata and Governance (OMAG) Registered Services
Open Metadata Frameworks
Open Metadata Frameworks
Open Connector
Framework (OCF)
Open Connector...
Open Discovery
Framework (ODF)
Open Discovery...
Governance Action Framework (GAF)
Governance Action Fram...
Audit Log
Framework (ALF)
Audit Log...
Open Metadata and Governance (OMAG) Server Platform
Open Metadata and Governance (OMAG) Server Platform
Content
Content
Open Metadata Types
Open Metadat...
Governance Server Services
Governance Server Services
Platform Services
Platform Services
Multi-tenancy Management
Multi-tenancy Management
Generic Handlers
Generic Handlers
Metadata Security
Metadata Security
Administration Services
Administration Services
Server Chassis
Server Chassis
Repository Services
Repository Services
Governance Solutions
Governance Solutions
UIs
UIs
Egeria Ecosystem UI
Egeria Ecosystem UI
Egeria General User UI
Egeria General User UI
Reference Data Management
Reference Data Management
Duplicate Metadata Management
Duplicate Metadata Management
Governance Program Management
Governance Program Management
Historical
Lineage Exploration
Historical...
Secure Data Sandboxes
Secure Data Sandboxes
Subject Area Management
Subject Area Management
Community Management
Community Management
Asset Ownership and Management
Asset Ownership and Manageme...
Integration
Platform
Integration...
Third Party Connectors
Third Party Connectors
Importers/Exporters
Importers/Exporters
Conformance Test
Conformance Test
Deployment Resources
Deployment R...
Kubernetes Operator
Kubernetes Operator
Kubernetes Helm Charts
Kubernetes Helm Charts
Governance Automation
Governance Automation
Incident Management
Incident Management
Metadata Observability
Metadata Observability
Data Products and Data Mesh
Data Products and Data Mesh
Clients
Clients
Utilities
Utilities
Open Integration
Framework (OIF)
Open Integration...
Framework Services
Framework Services
Connected Asset
Connected Asset
Open Metadata Store
Open Metadata Store
Open Integration Service
Open Integration Service
Open Discovery Service
Open Discovery Service
Controlled Glossary
Development
Controlled Glossary...
Metadata Driven
Access Control
Metadata Driven...
Metadata Harvesting
Metadata Harvesting
Infrastructure Management
Infrastructure Management
Engine Services
Engine Services
Access Services
Access Services
Integration Services
Integration Services
View Services
View Services
Education
Education
Hands on Labs
Hands on Labs
Egeria Dojo
Egeria Dojo
Governance Practices
Governance Practices
Certification
Courses
Certification...
Samples
Samples
Text is not SVG - cannot display
\ No newline at end of file +
Developer Platform
Open Metadata and Governance (OMAG) Registered Services
Education
Open Metadata Frameworks
Open Metadata and Governance (OMAG) Server Platform
Engine Services
Content
Open Metadata Types
Access Services
Integration Services
Governance Practices
Sample code, configurations,
and data
Governance Server Services
Ops and Platform Services
Multi-tenancy Management
Generic Handlers
Metadata Security
Administration Services
Platform/Server Chassis
Repository Services
Hands on Labs
Governance Solutions
UIs
Egeria Ecosystem UI
Egeria General User UI
Reference Data Management
Duplicate Metadata Management
Governance Program Management
Lineage Warehouse
Secure Data Sandboxes
Subject Area Management
Community Management
Asset Ownership and Management
Integration
Platform
Third Party Connectors
Importers/Exporters
Conformance Test
Deployment Resources
Kubernetes Helm Charts
Governance Automation
Incident Management
Metadata Observability
Data Products and Data Mesh
Clients
Java
Python
Utilities
Framework Services
Connected Asset
Open Metadata Store
Open Integration Service
Controlled Glossary
Development
Metadata Driven
Access Control
Metadata Harvesting
Infrastructure Management
Open Connector Framework (OCF)
Audit Log Framework (ALF)
Open Integration Framework (OIF)
Survey Action Framework (SAF)
Governance Action Framework (GAF)
Context Event Framework (CEF)
Open Governance Service
View Services
Docker Image
Deployment Runtimes
OMAG Server Runtime
OMAG Server Platform
Rich Widgets and Textual UIs
Content Packs
Reference Data
\ No newline at end of file diff --git a/site/docs/release-notes/governance-solution-functional-detail.svg b/site/docs/release-notes/governance-solution-functional-detail.svg index af2e65e425..13b8f14da3 100644 --- a/site/docs/release-notes/governance-solution-functional-detail.svg +++ b/site/docs/release-notes/governance-solution-functional-detail.svg @@ -1,4 +1,4 @@ - + -
Governance Solutions
Governance Solutions
Reference Data Management
Reference Data Management
Duplicate Metadata Management
Duplicate Metadata Management
Governance Program Management
Governance Program Management
Historical
Lineage Exploration
Historical...
Secure Data Sandboxes
Secure Data Sandboxes
Subject Area Management
Subject Area Management
Community Management
Community Management
Asset Ownership and Management
Asset Ownership and Manageme...
Governance Automation
Governance Automation
Incident Management
Incident Management
Metadata Observability
Metadata Observability
Data Products and Data Mesh
Data Products and Data Mesh
Controlled Glossary
Development
Controlled Glossary...
Metadata Driven
Access Control
Metadata Driven...
Metadata Harvesting
Metadata Harvesting
Infrastructure Management
Infrastructure Management
Text is not SVG - cannot display
\ No newline at end of file +
Governance Solutions
Reference Data Management
Duplicate Metadata Management
Governance Program Management
Lineage Warehouse
Secure Data Sandboxes
Subject Area Management
Community Management
Asset Ownership and Management
Governance Automation
Incident Management
Metadata Observability
Data Products and Data Mesh
Controlled Glossary
Development
Metadata Driven
Access Control
Metadata Harvesting
Infrastructure Management
\ No newline at end of file diff --git a/site/docs/release-notes/integration-platform-functional-detail.svg b/site/docs/release-notes/integration-platform-functional-detail.svg index c24f81291c..f6fa3d65bf 100644 --- a/site/docs/release-notes/integration-platform-functional-detail.svg +++ b/site/docs/release-notes/integration-platform-functional-detail.svg @@ -1,4 +1,4 @@ - + -
Integration
Platform
Integration...
Third Party Connectors
Third Party Connectors
Utilities for Third Party Content
Utilities for Third Party Content
Conformance Test Suite
Conformance Test Suite
Text is not SVG - cannot display
\ No newline at end of file +
Integration
Platform
Third Party Connectors
Importers/Exporters
Conformance Test
Clients
Java
Python
Utilities
\ No newline at end of file diff --git a/site/docs/release-notes/roadmap.md b/site/docs/release-notes/roadmap.md index 916c23a9ba..2b8eab3506 100644 --- a/site/docs/release-notes/roadmap.md +++ b/site/docs/release-notes/roadmap.md @@ -33,11 +33,11 @@ Provides educational resources for different personas and starting points. Egeria's education aims to broaden the knowledge of people who need to work with digital resources about metadata, governance practices and the use of Egeria. They are It is based around the [Coco Pharmaceuticals](/practices/coco-pharmaceuticals/) scenario and are organized by persona, so you can target your learning to your interests. -- The [Egeria dojo](/education/egeria-dojo) is a deep dive into the Egeria code and community. It is a good starting point if you wish to learn more about Egeria. +- The content packs are included in the *omag-server-platform* distribution created by the build for *egeria.git*. They are formatted as [Open Metadata Archives](/concepts/open-metadata-arachive) and can be configured to load at server startup using the [Administration Services](/guides/admin/servers) or while the server is running using the [Server Operations](/guides/operations/overview). +- There are also many sample clients, server configurations and sample data included in the *omag-server-platform* distribution created by the build for *egeria.git*. They are accompanied by `README.md` files to explain how to use them. +- Reference data in the form of [metadata valid values](/guides/planning/valid-values/overivew) is supplied in *omag-server-platform* distribution created by the build for *egeria.git*. - The [Hands-on labs](/education/open-metadata-labs/overview) provide practical experiences in running the Egeria code and using the different services. - The [Governance practices](/practices) provides governance best practices. They aim to guide a team that is setting up or revising their governance program through common governance tasks. -- The *Samples* are distributed between the [egeria.git :material-github:](https://github.com/odpi/egeria/tree/main/open-metadata-resources/open-metadata-samples){ target=gh }, [egeria-samples.git :material-github:](https://github.com/odpi/egeria-samples){ target=gh } and [egeria-dev-projects.git :material-github:](https://github.com/odpi/egeria-dev-projects){ target=gh } repositories. -- The *edX courses* are a new idea to provide a full curriculum and certification for governance professionals and architects. It is in the early phases of design. ### User Interfaces @@ -45,6 +45,7 @@ Egeria's user interfaces (UIs) provide individuals with access to search, review ![UIs](ui-functional-detail.svg) +- *Rich Widgets and Textual UIs* provide visualization of key element. They are designed for technical people operating the platform. - [Egeria Ecosystem UI](/user-interfaces/ecosystem): server and platform configuration, ecosystem monitoring, type explorer and repository explorer. - [Egeria General User UI](/user-interfaces): data catalog search, glossary browser, lineage explorer. @@ -55,6 +56,7 @@ Supports integration of popular technologies by installing and configuring Egeri ![Integration Platform](integration-platform-functional-detail.svg) - *Utilities and converters*: support for different standard formats to load industry standard definitions, models, glossaries, and other content packs built on industry standard definitions, models, glossaries and other content packs. Examples include JSON-LD, OWL/RDF, XML, ... +- There are clients written in both Java and Python to aid programmers calling the Egeria services. - [Pre-canned connectors to third party technologies](/connectors): popular metadata repositories, databases, data formats and platforms; data movement engines, data virtualization engines, dev ops tools, analytics/AI tools, data catalogs, MDM and user directories, CMDBs, SDLC tools, ... - [Conformance test suite](/guides/cts/overview): Supports the testing of third party connectors. Each type of connector or service is supported by its own test workbench. @@ -101,9 +103,9 @@ Its use is described in the [developer's guide](/guides/developer). - [Audit Log Framework (ALF)](/frameworks/alf/overview) - extensions for all types of connectors to enable natural language diagnostics such as exceptions and audit log messages. - [Open Connector Framework (OCF)](/frameworks/ocf/overview) - base framework for all types of plug-in components called connectors. - [Open Integration Framework (OIF)](/frameworks/oif/overview) - specialized connectors for metadata exchange and synchronization with third party technologies. - - [Open Discovery Framework (ODF)](/frameworks/odf/overview) - specialized connectors called discovery services that support automated metadata discovery, + - [Survey Action Framework (SAF)](/frameworks/saf/overview) - specialized connectors called survey action services that support automated metadata discovery. - [Governance Action Framework (GAF)](/frameworks/gaf/overview) - specialized connectors for the triage and remediation of issues found in the digital landscape. - - [Event Action Framework (EAF)](/frameworks/eaf/overview) - specialized connectors for event management. + - [Context Event Framework (CEF)](/frameworks/cef/overview) - specialized connectors for context event management. ### Deployment runtimes diff --git a/site/docs/release-notes/ui-functional-detail.svg b/site/docs/release-notes/ui-functional-detail.svg index fd7f18ebdf..0e4ae300a7 100644 --- a/site/docs/release-notes/ui-functional-detail.svg +++ b/site/docs/release-notes/ui-functional-detail.svg @@ -1,4 +1,4 @@ - + -
UIs
UIs
Egeria Ecosystem UI
Egeria Ecosystem UI
Egeria General User UI
Egeria General User UI
Text is not SVG - cannot display
\ No newline at end of file +
UIs
Egeria Ecosystem UI
Egeria General User UI
Rich Widgets and Textual UIs
\ No newline at end of file diff --git a/site/docs/services/omas/governance-server/overview.md b/site/docs/services/omas/governance-server/overview.md index 0a8c64871f..5de9a0a186 100644 --- a/site/docs/services/omas/governance-server/overview.md +++ b/site/docs/services/omas/governance-server/overview.md @@ -38,7 +38,7 @@ Behind the scenes, Governance Engine OMAS handles the choreography of governance - [Survey Action Services](/guides/developer/survey-action-services) for metadata discovery. - [Governance Action Services](/guides/developer/governance-action-services) for the Governance Action Services: Watchdog Governance Services, Triage Governance Services, Verification Governance Services, Remediation Governance Services and Provisioning Governance Services. - - [Event Action Services](/guides/developer/event-action-services) for the time-based services. + - [Context Event Services](/guides/developer/context-event-services) for the time-based services. - [Repository Governance Services](/guides/developer/repository-governance-services) for the management of open metadata repositories. diff --git a/site/docs/services/omas/index.md b/site/docs/services/omas/index.md index 31ac172eea..4e13223e01 100644 --- a/site/docs/services/omas/index.md +++ b/site/docs/services/omas/index.md @@ -27,7 +27,7 @@ The access services are as follows: | [DevOps](/services/omas/dev-ops/overview) | The DevOps OMAS provides services for a DevOps pipeline to query and maintain metadata about systems, processes and software components that are being deployed into the information landscape. | | | [Digital Architecture](/services/omas/digital-architecture/overview) | The Digital Architecture OMAS provides the ability to define information standards, definitions, solution blueprints and models for an organization. It is designed for architecture tools. It is able to support the definition and management of a digital service through concept to deployment. | | | [Digital Service](/services/omas/digital-service/overview) | The Digital Service OMAS provides services for a managing the lifecycle of an Egeria Digital Service. | [Collection Manager OMVS](/services/omvs/collection-manager/overview) | -| [Governance Engine](/services/omas/governance-engine/overview) | The Governance Engine OMAS provides APIs and events that retrieve and manage metadata for [governance action services](/concepts/governance-action-service). | [Governance Action OMES](/services/omes/governance-action/overview), [Event Action OMES](/services/omes/event-action/overview) | +| [Governance Engine](/services/omas/governance-engine/overview) | The Governance Engine OMAS provides APIs and events that retrieve and manage metadata for [governance action services](/concepts/governance-action-service). | [Governance Action OMES](/services/omes/governance-action/overview), [Context Event OMES](/services/omes/context-event/overview) | | [Governance Program](/services/omas/governance-program/overview) | The Governance Program OMAS provides the ability to maintain a governance program in the open metadata repositories. It is designed for governance and CDO tools. | | | [Governance Server](/services/omas/governance-server/overview) | The Governance Server OMAS supplies the [governance engine definitions](/concepts/governance-engine-definition) to the [engine hosts](/concepts/engine-host) and the and [integration group definitions](/concepts/integration-group) to the [integration daemons](/concepts/integration-daemon). | [Integration Daemon Services](/services/integration-daemon-services), [Engine Host Services](/services/engine-host-services) | | [IT Infrastructure](/services/omas/it-infrastructure/overview) | The IT Infrastructure OMAS provides support for the design and planning of the information infrastructure that supports the data assets. This includes the development of system blueprints that link down to the metadata about real infrastructure components. This metadata helps in the linkage between information governance metadata and IT infrastructure management (ITIL) metadata typically stored in a Configuration Management Database (CMDB). | [Infrastructure Integrator OMIS](/services/omis/infrastructure-integrator/overview) | diff --git a/site/docs/services/omes/context-event/overview.md b/site/docs/services/omes/context-event/overview.md new file mode 100644 index 0000000000..b0c86a413d --- /dev/null +++ b/site/docs/services/omes/context-event/overview.md @@ -0,0 +1,25 @@ +--- +hide: +- toc +--- + + + + +--8<-- "snippets/content-status/in-development.md" + +# Context Event Open Metadata Engine Service (OMES) + +The Context Event OMES provides support for [context event engines](/concepts/context-event-engine) that are part of the [Context Event Framework (CEF)](/frameworks/eaf/overview). + +![Context Event OMES](/services/omes/engine-services-context-event-server-side.svg) + +## Context event engines + +An context event engine hosts specialized governance services called [context event services](/concepts/context-event-services). + +The Context Event OMES is capable of hosting one or more [context event engines](/concepts/context-event-engine). + +The context event engine services call the [Governance Engine Open Metadata Access Service (OMAS)](/services/omas/governance-engine/overview) running in an open metadata server to retrieve information about events and to store the results of the context event services' work. + +--8<-- "snippets/abbr.md" diff --git a/site/docs/services/omes/engine-services-event-action-server-side.svg b/site/docs/services/omes/engine-services-event-action-server-side.svg index d80d070faf..18099eda15 100644 --- a/site/docs/services/omes/engine-services-event-action-server-side.svg +++ b/site/docs/services/omes/engine-services-event-action-server-side.svg @@ -1,4 +1,4 @@ -
Engine Host OMAG Server
Engine Host Services
Metadata Access Server
Out
Topic
Listener
Request
Handler
Governance Server
OMAS Client
REST API calls
OutTopic
Events
Configuration
Handler
Governance Server
OMAS
REST API
Data Science OMAS
REST API calls
Admin
REST API
Event
Action
Engine
Service
Admin
REST API
Event Action Engine Handler
Governance Services Map
Stewardship
Action
OMAS
Client
Governance
Service
Handler
Governance
Service
Handler
Event Action
Service
Handler
Audit Log (Repository Services)
\ No newline at end of file +
Engine Host OMAG Server
Engine Host Services
Metadata Access Server
Out
Topic
Listener
Request
Handler
Governance Server
OMAS Client
REST API calls
OutTopic
Events
Configuration
Handler
Governance Server
OMAS
REST API
Data Science OMAS
REST API calls
Admin
REST API
Event
Action
Engine
Service
Admin
REST API
Context Event Engine Handler
Governance Services Map
Stewardship
Action
OMAS
Client
Governance
Service
Handler
Governance
Service
Handler
Context Event
Service
Handler
Audit Log (Repository Services)
\ No newline at end of file diff --git a/site/docs/services/omes/event-action/overview.md b/site/docs/services/omes/event-action/overview.md deleted file mode 100644 index de5dd6016e..0000000000 --- a/site/docs/services/omes/event-action/overview.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -hide: -- toc ---- - - - - ---8<-- "snippets/content-status/in-development.md" - -# Event Action Open Metadata Engine Service (OMES) - -The Event Action OMES provides support for [event action engines](/concepts/event-action-engine) that are part of the [Event Action Framework (EAF)](/frameworks/eaf/overview). - -![Event Action OMES](/services/omes/engine-services-event-action-server-side.svg) - -## Event action engines - -An event action engine hosts specialized governance services called [event action services](/concepts/event-action-services). - -The Event Action OMES is capable of hosting one or more [event action engines](/concepts/event-action-engine). - -The event action engine services call the [Governance Engine Open Metadata Access Service (OMAS)](/services/omas/governance-engine/overview) running in an open metadata server to retrieve information about events and to store the results of the event action services' work. - ---8<-- "snippets/abbr.md" diff --git a/site/docs/services/omes/index.md b/site/docs/services/omes/index.md index 1ddbb21cae..766452ff86 100644 --- a/site/docs/services/omes/index.md +++ b/site/docs/services/omes/index.md @@ -10,12 +10,12 @@ hide: The engine services run in the [engine host](/concepts/engine-host). They provide the special services that are available to the [governance services](/concepts/governance-service) through their context. There is an engine service for each type of governance service. Each engine service also maps the calls from the governance service to calls to the services of a [metadata access server](/concepts/metadata-access-server). The table below summarizes the engine services, the type of governance service they support and the service on the metadata access server that they call. -| Name of the Engine Service | Type of Governance Service supported | Partner service in the metadata | -|-----------------------------------------------------------------------------|--------------------------------------------------------------------------|---------------------------------------------------------------------| -| [Survey Action OMES](/services/omes/survey-action/overview) | [Survey Action Service](/concepts/survey-action-service) | [Asset Owner OMAS](/services/omas/asset-owner/overview) | -| [Governance Action OMES](/services/omes/governance-action/overview) | [Governance Action Service](/concepts/governance-action-service) | [Governance Engine OMAS](/services/omas/governance-engine/overview) | -| [Event Action OMES](/services/omes/event-action/overview) | [Event Action Service](/concepts/event-action-service) | [Data Science OMAS](/services/omas/data-science/overview) | -| [Repository Governance OMES](/services/omes/repository-governance/overview) | [Repository Governance Service](/concepts/repository-governance-service) | [Repository Governance OMAS](/services/omrs) | +| Name of the Engine Service | Type of Governance Service supported | Partner service in the metadata | +|-----------------------------------------------------------------------------|--------------------------------------------------------------------------|-----------------------------------------------------------------------| +| [Survey Action OMES](/services/omes/survey-action/overview) | [Survey Action Service](/concepts/survey-action-service) | [Asset Owner OMAS](/services/omas/asset-owner/overview) | +| [Governance Action OMES](/services/omes/governance-action/overview) | [Governance Action Service](/concepts/governance-action-service) | [Governance Engine OMAS](/services/omas/governance-engine/overview) | +| [Context Event OMES](/services/omes/context-event/overview) | [Context Event Service](/concepts/context-event-service) | [Stewardship Action OMAS](/services/omas/stewardship-action/overview) | +| [Repository Governance OMES](/services/omes/repository-governance/overview) | [Repository Governance Service](/concepts/repository-governance-service) | [Repository Governance OMAS](/services/omrs) | The diagram below shows the generic picture of an engine service plugged into the Engine Host. The [engine host services](/services/engine-host-services) provide most of the capability of the Engine Host. This includes managing the retrieval of the [governance engine definitions](/concepts/governance-engine-definition) from the metadata access server that map the engine action requests to calls to the governance services. diff --git a/site/docs/types/0/0042-Software-Capabilities.md b/site/docs/types/0/0042-Software-Capabilities.md index af9329eaee..ef4e7c4ad8 100644 --- a/site/docs/types/0/0042-Software-Capabilities.md +++ b/site/docs/types/0/0042-Software-Capabilities.md @@ -53,9 +53,9 @@ These are the subtypes of software server capabilities defined in the open metad - [*CohortMember*](/types/0/0057-Software-Services/#cohortmember) - A capability enabling a server to access an open metadata repository cohort. - [*GovernanceEngine*](/types/4/0461-Governance-Engines/#governanceengine) - A collection of related governance services of the same type. - [*GovernanceActionEngine*](/types/4/0461-Governance-Engines) - A collection of related governance services supporting the [Governance Action Framework (GAF)](/frameworks/gaf/overview). - - [*OpenDiscoveryEngine*](/types/6/0601-Open-Discovery-Engine) - A collection of related governance services supporting the [Open Discovery Framework (ODF)](/frameworks/odf/overview). + - [*SurveyActionEngine*](/types/4/0461-Governance-Engines) - A collection of related governance services supporting the [Open Discovery Framework (ODF)](/frameworks/odf/overview). - [*RepositoryGovernanceEngine*](/types/4/0461-Governance-Engines) - A collection of related governance services supporting maintenance of [Open Metadata Archives](/concepts/open-metadata-archive). - - [*EventActionEngine*](/types/4/0461-Governance-Engines) - A collection of related governance services supporting the [Event Action Framework (EAF)](/frameworks/eaf/overview). + - [*ContextEventEngine*](/types/4/0461-Governance-Engines) - A collection of related governance services supporting the [Context Event Framework (CEF)](/frameworks/cef/overview). In addition, it is possible to augment software server capabilities with the following classifications: diff --git a/site/docs/types/1/0137-Actions.svg b/site/docs/types/1/0137-Actions.svg index d7c3bf4acb..249bd92981 100644 --- a/site/docs/types/1/0137-Actions.svg +++ b/site/docs/types/1/0137-Actions.svg @@ -1,4 +1,4 @@ -
0137 - Actions for People
«entity»
ToDo
name : string
description : string
toDoType : string
creationTime : date
priority : int
dueTime : date
lastReviewTime : date
completionTime : date
status : ToDoStatus
«relationship»
Actions
*
*
«entity»
Referenceable
actionCause
relatedActions
«entity»
Actor
«relationship»
ActionAssignment
*
*
toDoList
assignedActors
«enumeration»
ToDoStatus
OPEN = 0
IN_PROGRESS = 1
WAITING = 2
COMPLETE = 3
ABANDONED = 99
0..1
actionSource
actions
*
«relationship»
ToDoSource
«entity»
Referenceable
«relationship»
ActionTarget
actionTargetName : string
status : ToDoStatus
startDate : date
completionDate : date
completionMessage : string
*
*
identifiedToDoActions
elementsToWorkOn
«entity»
Action
\ No newline at end of file +
0137 - Actions for People
«entity»
ToDo
name : string
description : string
toDoType : string
creationTime : date
priority : int
dueTime : date
lastReviewTime : date
completionTime : date
status : ToDoStatus
«relationship»
ActionSponsor
*
*
«entity»
Referenceable
actionSponsor
trackedActions
«entity»
Actor
«relationship»
ActionAssignment
*
*
toDoList
assignedActors
«enumeration»
ToDoStatus
OPEN = 0
IN_PROGRESS = 1
WAITING = 2
COMPLETE = 3
ABANDONED = 99
0..1
actionSource
actions
*
«relationship»
ToDoSource
«entity»
Referenceable
«relationship»
ActionTarget
actionTargetName : string
status : ToDoStatus
startDate : date
completionDate : date
completionMessage : string
*
*
identifiedToDoActions
elementsToWorkOn
«entity»
Action
\ No newline at end of file diff --git a/site/docs/types/1/area-1-collaboration.drawio b/site/docs/types/1/area-1-collaboration.drawio index a84a0c8ef9..1cb10e442a 100644 --- a/site/docs/types/1/area-1-collaboration.drawio +++ b/site/docs/types/1/area-1-collaboration.drawio @@ -1,6 +1,6 @@ - + - + @@ -902,7 +902,7 @@ - + @@ -926,7 +926,7 @@ - + @@ -944,11 +944,11 @@ - - + + - - + + diff --git a/site/docs/types/4/0461-Governance-Engines.md b/site/docs/types/4/0461-Governance-Engines.md index 47c87a3920..756de65b89 100644 --- a/site/docs/types/4/0461-Governance-Engines.md +++ b/site/docs/types/4/0461-Governance-Engines.md @@ -14,7 +14,7 @@ A [governance engine](/concepts/governance-engine) is a [software capability](/t Open metadata recognizes three types of governance engine: * *GovernanceActionEngine* - [Governance action engines and services](/concepts/governance-action-engine) support the active governance of metadata and the resources they represent. There are different types of governance action engines/services that are defined by the [Governance Action Framework (GAF)](/frameworks/gaf/overview). -* *EventActionEngine* - event action engines and services support the automated management of [context events](/types/4/0475-Context-Events) and their associated [actions](/types/1/0137-Actions). Note - this type of engine is still in development. +* *ContextEventEngine* - context event engines and services support the automated management of [context events](/types/4/0475-Context-Events) and their associated [actions](/types/1/0137-Actions). Note - this type of engine is still in development. * *RepositoryGovernanceEngine* - [Repository governance engines and services](/concepts/repository-governance-engine) support the maintenance of repository level concerns, such as monitoring audit logs and maintaining [open metadata archives](/concepts/open-metadata-archive) that are defined in the [Open Metadata Repository Services (OMRS)](/services/omrs). * *SurveyActionEngine* - [Survey action engines and services](/concepts/survey-action-engine) support the analysis of [digital resources](/concepts/digital-resource). The results of this analysis are stored in a [survey report](/types/6/0603-Survey-Reports) chained off of the corresponding [Asset](/types/0/0010-Base-Model) metadata element. The interfaces for surveys are found in the [Survey Action Framework (SAFF)](/frameworks/saf/overview). @@ -37,10 +37,9 @@ A governance service can be linked to multiple governance engines via the *Suppo The subtype of the governance service linked via the *SupportedGovernanceService* relationship should be consistent with the subtype of the associated governance engine. For example: * A *GovernanceActionService* is linked to a *GovernanceActionEngine*. -* An *OpenSurveyService* is linked to an *OpenSurveyService*. +* An *SurveyActionService* is linked to an *SurveyActionService*. * A *RepositoryGovernanceService* is linked to a *RepositoryGovernanceEngine*. -* An *EventActionService* is linked to a *EventActionEngine*. -* An *OpenDiscoveryService* is linked to an *OpenDiscoveryService*. +* An *ContextEventService* is linked to a *ContextEventEngine*. ??? education "Further information" diff --git a/site/docs/types/4/0461-Governance-Engines.svg b/site/docs/types/4/0461-Governance-Engines.svg index 303c08fbdb..23d02d2f9d 100644 --- a/site/docs/types/4/0461-Governance-Engines.svg +++ b/site/docs/types/4/0461-Governance-Engines.svg @@ -1,4 +1,4 @@ -
0461 - Governance Engines
0461 - Governance Engines
«entity»
GovernanceActionEngine
«entity»...
«entity»
SoftwareServerCapability
«entity»...
«entity»
GovernanceService
«entity»...
«relationship»
SupportedGovernanceService
«relationship»...
*
*
*
*
requestType : string
serviceRequestType : string
requestParameters : map<string, string>
requestType : string...
supportedGovernanceServices
supportedGovernanceServi...
calledFromGovernanceEngines
calledFromGovernanceEngines
«entity»
DeployedConnector
«entity»...
«entity»
GovernanceActionService
«entity»...
«entity»
GovernanceEngine
«entity»...
«entity»
RepositoryGovernanceEngine
«entity»...
«entity»
RepositoryGovernanceService
«entity»...
«entity»
EventActionEngine
«entity»...
«entity»
EventActionService
«entity»...
«entity»
SurveyActionEngine
«entity»...
«entity»
SurveyActionService
«entity»...
Text is not SVG - cannot display
\ No newline at end of file +
0461 - Governance Engines
«entity»
GovernanceActionEngine
«entity»
SoftwareServerCapability
«entity»
GovernanceService
«relationship»
SupportedGovernanceService
*
*
requestType : string
serviceRequestType : string
requestParameters : map<string, string>
supportedGovernanceServices
calledFromGovernanceEngines
«entity»
DeployedConnector
«entity»
GovernanceActionService
«entity»
GovernanceEngine
«entity»
RepositoryGovernanceEngine
«entity»
RepositoryGovernanceService
«entity»
ContextEventEngine
«entity»
ContextEventService
«entity»
SurveyActionEngine
«entity»
SurveyActionService
\ No newline at end of file diff --git a/site/docs/types/4/0462-Governance-Action-Processes.svg b/site/docs/types/4/0462-Governance-Action-Processes.svg index fd4258daa2..d40988d8b3 100644 --- a/site/docs/types/4/0462-Governance-Action-Processes.svg +++ b/site/docs/types/4/0462-Governance-Action-Processes.svg @@ -1,4 +1,4 @@ -
0462 - Governance Action Processes
ignoreMultipleTriggers : boolean
«entity»
Referenceable
guard : string
mandatoryGuard : boolean
*
*
dependedOnProcessSteps
followOnProcessSteps
«entity»
%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BexitX%3D1%3BexitY%3D0.5%3BexitDx%3D0%3BexitDy%3D0%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BendArrow%3Dnone%3BendFill%3D0%3B%22%20edge%3D%221%22%20source%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22684%22%20y%3D%22384.5%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BRequestForAction%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2291%22%20y%3D%22379%22%20width%3D%22249%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%224%22%20value%3D%22%26lt%3Bspan%26gt%3BdiscoveryActivity%20%3A%20string%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%26lt%3Bspan%26gt%3BactionRequested%20%3A%20string%26lt%3B%2Fspan%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bspan%26gt%3BactionProperties%20%3A%20map%26amp%3Blt%3Bstring%2C%20string%26amp%3Bgt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2292%22%20y%3D%22429%22%20width%3D%22247%22%20height%3D%2259%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%225%22%20value%3D%22%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BendArrow%3Dnone%3BendFill%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BexitX%3D0%3BexitY%3D0.5%3B%22%20edge%3D%221%22%20source%3D%227%22%20target%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%226%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDataFieldAnnotation%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22136.5%22%20y%3D%22257.5%22%20width%3D%22160%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%227%22%20value%3D%22%22%20style%3D%22triangle%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dcenter%3Brotation%3D-90%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22207.5%22%20y%3D%22305.5%22%20width%3D%2217%22%20height%3D%2221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%228%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3BentryX%3D1%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22638%22%20y%3D%22234%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22567.5%22%20y%3D%22234%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%229%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22636.5%22%20y%3D%22325.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2210%22%20value%3D%22identifiedActions%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22543%22%20y%3D%22325.5%22%20width%3D%22104%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2211%22%20value%3D%22discoveryActivity%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22381.5%22%20width%3D%22106%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2212%22%20value%3D%22requestForAction%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22571%22%20y%3D%22384%22%20width%3D%22113%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2213%22%20value%3D%22%C2%ABrelationship%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDiscoveryActivity%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22486%22%20width%3D%22206%22%20height%3D%2253%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2214%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3B%22%20edge%3D%221%22%20target%3D%2213%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22496%22%20y%3D%22407%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22543.5%22%20y%3D%22515%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2215%22%20value%3D%22description%20%3A%20string%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22538.5%22%20width%3D%22206%22%20height%3D%2231%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2216%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22643.5%22%20y%3D%22361.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2217%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22405%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3EGovernanceActionProcessStep
«relationship»
NextGovernanceActionProcessStep
*
requestType : string
requestParameters : map<string, string>
requestParameterFilter : array<string>
requestParameterMap : map<string, string>
actionTargetFilter : array<string>
actionTargetMap : map<string, string>
0..1
«relationship»
GovernanceActionExecutor
«entity»
Process
«entity»
%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BexitX%3D1%3BexitY%3D0.5%3BexitDx%3D0%3BexitDy%3D0%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BendArrow%3Dnone%3BendFill%3D0%3B%22%20edge%3D%221%22%20source%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22684%22%20y%3D%22384.5%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BRequestForAction%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2291%22%20y%3D%22379%22%20width%3D%22249%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%224%22%20value%3D%22%26lt%3Bspan%26gt%3BdiscoveryActivity%20%3A%20string%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%26lt%3Bspan%26gt%3BactionRequested%20%3A%20string%26lt%3B%2Fspan%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bspan%26gt%3BactionProperties%20%3A%20map%26amp%3Blt%3Bstring%2C%20string%26amp%3Bgt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2292%22%20y%3D%22429%22%20width%3D%22247%22%20height%3D%2259%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%225%22%20value%3D%22%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BendArrow%3Dnone%3BendFill%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BexitX%3D0%3BexitY%3D0.5%3B%22%20edge%3D%221%22%20source%3D%227%22%20target%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%226%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDataFieldAnnotation%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22136.5%22%20y%3D%22257.5%22%20width%3D%22160%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%227%22%20value%3D%22%22%20style%3D%22triangle%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dcenter%3Brotation%3D-90%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22207.5%22%20y%3D%22305.5%22%20width%3D%2217%22%20height%3D%2221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%228%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3BentryX%3D1%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22638%22%20y%3D%22234%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22567.5%22%20y%3D%22234%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%229%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22636.5%22%20y%3D%22325.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2210%22%20value%3D%22identifiedActions%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22543%22%20y%3D%22325.5%22%20width%3D%22104%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2211%22%20value%3D%22discoveryActivity%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22381.5%22%20width%3D%22106%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2212%22%20value%3D%22requestForAction%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22571%22%20y%3D%22384%22%20width%3D%22113%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2213%22%20value%3D%22%C2%ABrelationship%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDiscoveryActivity%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22486%22%20width%3D%22206%22%20height%3D%2253%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2214%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3B%22%20edge%3D%221%22%20target%3D%2213%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22496%22%20y%3D%22407%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22543.5%22%20y%3D%22515%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2215%22%20value%3D%22description%20%3A%20string%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22538.5%22%20width%3D%22206%22%20height%3D%2231%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2216%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22643.5%22%20y%3D%22361.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2217%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22405%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3EGovernanceActionProcess
domainIdentifier : int
guard : string
«relationship»
GovernanceActionProcessFlow
firstStep
triggeredFrom
0..1
*
«entity»
GovernanceEngine
«entity»
%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BexitX%3D1%3BexitY%3D0.5%3BexitDx%3D0%3BexitDy%3D0%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BendArrow%3Dnone%3BendFill%3D0%3B%22%20edge%3D%221%22%20source%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22684%22%20y%3D%22384.5%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BRequestForAction%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2291%22%20y%3D%22379%22%20width%3D%22249%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%224%22%20value%3D%22%26lt%3Bspan%26gt%3BdiscoveryActivity%20%3A%20string%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%26lt%3Bspan%26gt%3BactionRequested%20%3A%20string%26lt%3B%2Fspan%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bspan%26gt%3BactionProperties%20%3A%20map%26amp%3Blt%3Bstring%2C%20string%26amp%3Bgt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2292%22%20y%3D%22429%22%20width%3D%22247%22%20height%3D%2259%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%225%22%20value%3D%22%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BendArrow%3Dnone%3BendFill%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BexitX%3D0%3BexitY%3D0.5%3B%22%20edge%3D%221%22%20source%3D%227%22%20target%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%226%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDataFieldAnnotation%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22136.5%22%20y%3D%22257.5%22%20width%3D%22160%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%227%22%20value%3D%22%22%20style%3D%22triangle%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dcenter%3Brotation%3D-90%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22207.5%22%20y%3D%22305.5%22%20width%3D%2217%22%20height%3D%2221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%228%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3BentryX%3D1%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22638%22%20y%3D%22234%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22567.5%22%20y%3D%22234%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%229%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22636.5%22%20y%3D%22325.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2210%22%20value%3D%22identifiedActions%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22543%22%20y%3D%22325.5%22%20width%3D%22104%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2211%22%20value%3D%22discoveryActivity%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22381.5%22%20width%3D%22106%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2212%22%20value%3D%22requestForAction%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22571%22%20y%3D%22384%22%20width%3D%22113%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2213%22%20value%3D%22%C2%ABrelationship%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDiscoveryActivity%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22486%22%20width%3D%22206%22%20height%3D%2253%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2214%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3B%22%20edge%3D%221%22%20target%3D%2213%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22496%22%20y%3D%22407%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22543.5%22%20y%3D%22515%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2215%22%20value%3D%22description%20%3A%20string%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22538.5%22%20width%3D%22206%22%20height%3D%2231%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2216%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22643.5%22%20y%3D%22361.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2217%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22405%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3EGovernanceActionType
domainIdentifier : int
displayName : string
description : string
requiredRequestParameters : map<string, string>
requiredActionTargets : map<string, string>
producedRequestParameters : map<string, string>
producedActionTargets : map<string, string>
producedGuards : map<string, string>
waitTime : int
governanceActionExecutor
supportsGovernanceActions
\ No newline at end of file +
0462 - Governance Action Types
domainIdentifier : int
displayName : string
description : string
ignoreMultipleTriggers : boolean
waitTime : int
«entity»
Referenceable
guard : string
mandatoryGuard : boolean
*
*
dependedOnActionTypes
followOnActionTypes
«entity»
%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BexitX%3D1%3BexitY%3D0.5%3BexitDx%3D0%3BexitDy%3D0%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BendArrow%3Dnone%3BendFill%3D0%3B%22%20edge%3D%221%22%20source%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22684%22%20y%3D%22384.5%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BRequestForAction%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2291%22%20y%3D%22379%22%20width%3D%22249%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%224%22%20value%3D%22%26lt%3Bspan%26gt%3BdiscoveryActivity%20%3A%20string%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%26lt%3Bspan%26gt%3BactionRequested%20%3A%20string%26lt%3B%2Fspan%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bspan%26gt%3BactionProperties%20%3A%20map%26amp%3Blt%3Bstring%2C%20string%26amp%3Bgt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2292%22%20y%3D%22429%22%20width%3D%22247%22%20height%3D%2259%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%225%22%20value%3D%22%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BendArrow%3Dnone%3BendFill%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BexitX%3D0%3BexitY%3D0.5%3B%22%20edge%3D%221%22%20source%3D%227%22%20target%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%226%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDataFieldAnnotation%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22136.5%22%20y%3D%22257.5%22%20width%3D%22160%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%227%22%20value%3D%22%22%20style%3D%22triangle%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dcenter%3Brotation%3D-90%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22207.5%22%20y%3D%22305.5%22%20width%3D%2217%22%20height%3D%2221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%228%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3BentryX%3D1%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22638%22%20y%3D%22234%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22567.5%22%20y%3D%22234%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%229%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22636.5%22%20y%3D%22325.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2210%22%20value%3D%22identifiedActions%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22543%22%20y%3D%22325.5%22%20width%3D%22104%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2211%22%20value%3D%22discoveryActivity%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22381.5%22%20width%3D%22106%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2212%22%20value%3D%22requestForAction%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22571%22%20y%3D%22384%22%20width%3D%22113%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2213%22%20value%3D%22%C2%ABrelationship%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDiscoveryActivity%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22486%22%20width%3D%22206%22%20height%3D%2253%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2214%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3B%22%20edge%3D%221%22%20target%3D%2213%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22496%22%20y%3D%22407%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22543.5%22%20y%3D%22515%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2215%22%20value%3D%22description%20%3A%20string%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22538.5%22%20width%3D%22206%22%20height%3D%2231%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2216%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22643.5%22%20y%3D%22361.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2217%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22405%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3EGovernanceActionType
«relationship»
NextGovernanceActionType
*
governanceActionTypeExecutor
supportsGovernanceActionTypes
requestType : string
requestParameters : map<string, string>
requestParameterFilter : array<string>
requestParameterMap : map<string, string>
actionTargetFilter : array<string>
actionTargetMap : map<string, string>
0..1
«relationship»
GovernanceActionTypeExecutor
«entity»
Process
«entity»
%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BexitX%3D1%3BexitY%3D0.5%3BexitDx%3D0%3BexitDy%3D0%3BentryX%3D0%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BendArrow%3Dnone%3BendFill%3D0%3B%22%20edge%3D%221%22%20source%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22684%22%20y%3D%22384.5%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BRequestForAction%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2291%22%20y%3D%22379%22%20width%3D%22249%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%224%22%20value%3D%22%26lt%3Bspan%26gt%3BdiscoveryActivity%20%3A%20string%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%26lt%3Bspan%26gt%3BactionRequested%20%3A%20string%26lt%3B%2Fspan%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bspan%26gt%3BactionProperties%20%3A%20map%26amp%3Blt%3Bstring%2C%20string%26amp%3Bgt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fspan%26gt%3B%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2292%22%20y%3D%22429%22%20width%3D%22247%22%20height%3D%2259%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%225%22%20value%3D%22%22%20style%3D%22edgeStyle%3DorthogonalEdgeStyle%3Brounded%3D0%3Bhtml%3D1%3BendArrow%3Dnone%3BendFill%3D0%3BjettySize%3Dauto%3BorthogonalLoop%3D1%3BexitX%3D0%3BexitY%3D0.5%3B%22%20edge%3D%221%22%20source%3D%227%22%20target%3D%223%22%20parent%3D%221%22%3E%3CmxGeometry%20relative%3D%221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%226%22%20value%3D%22%C2%ABentity%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDataFieldAnnotation%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22136.5%22%20y%3D%22257.5%22%20width%3D%22160%22%20height%3D%2250%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%227%22%20value%3D%22%22%20style%3D%22triangle%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dcenter%3Brotation%3D-90%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22207.5%22%20y%3D%22305.5%22%20width%3D%2217%22%20height%3D%2221%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%228%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3BentryX%3D1%3BentryY%3D0.5%3BentryDx%3D0%3BentryDy%3D0%3B%22%20edge%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22638%22%20y%3D%22234%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22567.5%22%20y%3D%22234%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%229%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22636.5%22%20y%3D%22325.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2210%22%20value%3D%22identifiedActions%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22543%22%20y%3D%22325.5%22%20width%3D%22104%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2211%22%20value%3D%22discoveryActivity%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22381.5%22%20width%3D%22106%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2212%22%20value%3D%22requestForAction%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22571%22%20y%3D%22384%22%20width%3D%22113%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2213%22%20value%3D%22%C2%ABrelationship%C2%BB%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDiscoveryActivity%26lt%3B%2Fb%26gt%3B%22%20style%3D%22html%3D1%3BstrokeColor%3D%23d79b00%3Balign%3Dcenter%3BfillColor%3D%23ffcd28%3BgradientColor%3D%23ffa500%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22486%22%20width%3D%22206%22%20height%3D%2253%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2214%22%20value%3D%22%22%20style%3D%22endArrow%3Dnone%3Bdashed%3D1%3Bhtml%3D1%3B%22%20edge%3D%221%22%20target%3D%2213%22%20parent%3D%221%22%3E%3CmxGeometry%20width%3D%2250%22%20height%3D%2250%22%20relative%3D%221%22%20as%3D%22geometry%22%3E%3CmxPoint%20x%3D%22496%22%20y%3D%22407%22%20as%3D%22sourcePoint%22%2F%3E%3CmxPoint%20x%3D%22543.5%22%20y%3D%22515%22%20as%3D%22targetPoint%22%2F%3E%3C%2FmxGeometry%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2215%22%20value%3D%22description%20%3A%20string%22%20style%3D%22rounded%3D0%3BwhiteSpace%3Dwrap%3Bhtml%3D1%3BstrokeColor%3D%23000000%3BgradientColor%3D%23ffffff%3Balign%3Dleft%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22393.5%22%20y%3D%22538.5%22%20width%3D%22206%22%20height%3D%2231%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2216%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22643.5%22%20y%3D%22361.5%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%2217%22%20value%3D%22*%22%20style%3D%22text%3Bhtml%3D1%3BstrokeColor%3Dnone%3BfillColor%3Dnone%3Balign%3Dcenter%3BverticalAlign%3Dmiddle%3BwhiteSpace%3Dwrap%3Brounded%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22341.5%22%20y%3D%22405%22%20width%3D%2240%22%20height%3D%2220%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3EGovernanceActionProcess
domainIdentifier : int
guard : string
«relationship»
GovernanceActionFlow
firstAction
triggeredFrom
0..1
*
«entity»
GovernanceEngine
\ No newline at end of file diff --git a/site/docs/types/4/area-4-governance.drawio b/site/docs/types/4/area-4-governance.drawio index c7d74722ee..9f9b858ec1 100644 --- a/site/docs/types/4/area-4-governance.drawio +++ b/site/docs/types/4/area-4-governance.drawio @@ -1,6 +1,6 @@ - + - + @@ -2168,7 +2168,7 @@ - + @@ -2282,7 +2282,7 @@
- + @@ -2293,7 +2293,7 @@
- + @@ -2467,7 +2467,7 @@
- + @@ -2477,8 +2477,8 @@ - - + + @@ -2498,13 +2498,13 @@ - + - + @@ -2521,13 +2521,13 @@ - + - + @@ -2604,7 +2604,7 @@ - + diff --git a/site/mkdocs.yml b/site/mkdocs.yml index e6c550e8d5..b0c1574fab 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -464,7 +464,7 @@ nav: - Classification Discovery: types/6/0635-Classification-Discovery.md - Quality Scores: types/6/0640-Quality-Scores.md - Relationship Discovery: types/6/0650-Relationship-Discovery.md - - Measurements: types/6/0660-Resource-Measures.md + - Resource Measures: types/6/0660-Resource-Measures.md - Request for Action: types/6/0690-Request-for-Action.md - 7. Lineage: - Area 7 Lineage: types/7/index.md @@ -533,7 +533,7 @@ nav: - Engine Services (OMES): - Open Metadata Engine Services: services/omes/index.md - Governance Action: services/omes/governance-action/overview.md - - Event Action: services/omes/event-action/overview.md + - Context Event: services/omes/event-action/overview.md - Survey Action: services/omes/survey-action/overview.md - Repository Governance: services/omes/repository-governance/overview.md - Integration Services (OMIS): @@ -572,7 +572,7 @@ nav: - Open Connectors (OCF): frameworks/ocf/overview.md - Open Integration (OIF): frameworks/oif/overview.md - Governance Actions (GAF): frameworks/gaf/overview.md - - Event Actions (EAF): frameworks/eaf/overview.md + - Context Events (EAF): frameworks/eaf/overview.md - Survey Actions (SAF): frameworks/saf/overview.md - Conformance Test Suite: - CTS Overview: guides/cts/overview.md @@ -661,6 +661,8 @@ nav: - Connector Type: concepts/connector-type.md - Contact Method: concepts/contact-method.md - Context Event: concepts/context-event.md + - Context Event Engine: concepts/context-event-engine.md + - Context Event Service: concepts/context-event-service.md - Data Class: concepts/data-class.md - Data Domain: concepts/subject-area.md - Data Engine Proxy: concepts/data-engine-proxy.md @@ -670,8 +672,6 @@ nav: - Endpoint: concepts/endpoint.md - Engine Action: concepts/engine-action.md - Engine Host: concepts/engine-host.md - - Event Action Engine: concepts/event-action-engine.md - - Event Action Service: concepts/event-action-service.md - Event Bus: concepts/event-bus.md - Event Mapper Connector: concepts/event-mapper-connector.md - External Reference: concepts/external-reference.md