Once you've learned how to create a registry extension file and a content, see the list of the Governance Artifacts main element descriptions below:
...
- type - Defines the media type of the artifact. The type format should be
application/vnd.[SOMENAME]+xml
. SOMENAME can contain any alphanumeric character, "-" (hyphen), or "." (period). - shortName - Short name for the artifact. Only lower case characters are allowed in the short name.
- singularLabel - Singular label of the artifact
- pluralLabel - Plural label of the artifact
- hasNamespace - Defines whether the artifact has a namespace (boolean)
- iconSet - Icon set number used for the artifact icons
...
This is the path where the instance data of the artifact is stored. When you evaluate this expression, it automatically replaces @{name} with the name of the artifact and @{namespace} with the namespace of the artifact. In addition to the name and namespace, you can also specify any other attribute in the format @{ATTRIBUTE_NAME}, e.g., /trunk/processes/@{business_domain}/@{overview_version}.
Info | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
You cannot have the (~!@#;%^*()+={}|\<>"',) characters in the value of the unique fields that are defined in the
The validations required for the following storage path are as follows:
|
...
The nameAttribute
Element
Code Block |
---|
<nameAttribute>details_name</nameAttribute> |
...