hub-internal-config.triggers.ml-dh-entity-modify.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"name": "ml-dh-entity-modify",
"description": "MarkLogic Data Hub entity model update trigger",
"event": {
"data-event": {
"collection-scope": {
"uri": "http://marklogic.com/entity-services/models"
},
"document-content": {
"update-kind": "modify"
},
"when": "post-commit"
}
},
"module": "data-hub/4/triggers/entity-model-trigger.xqy",
"module-db": "%%mlModulesDbName%%",
"module-root": "/",
"enabled": true,
"recursive": true,
"task-priority": "normal",
"permission": [
{
"role-name": "%%mlFlowDeveloperRole%%",
"capability": "update"
},
{
"role-name": "%%mlFlowOperatorRole%%",
"capability": "read"
},
{
"role-name": "data-hub-developer",
"capability": "update"
},
{
"role-name": "data-hub-common",
"capability": "read"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy