hub-internal-config.triggers.createArtifactTrigger.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-artifact-create",
"description": "MarkLogic hub artifact creation trigger",
"event": {
"data-event": {
"collection-scope": {
"uri": "hub-artifact"
},
"document-content": {
"update-kind": "create"
},
"when": "pre-commit"
}
},
"module": "/data-hub/triggers/core/artifacts/createArtifact.mjs",
"module-db": "%%mlModulesDbName%%",
"module-root": "/",
"enabled": true,
"recursive": true,
"task-priority": "higher",
"permission": [
{
"role-name": "data-hub-developer",
"capability": "update"
},
{
"role-name": "data-hub-common",
"capability": "read"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy