feat(ontology): add core service catalog

This commit is contained in:
Codex
2026-06-20 12:54:03 +03:00
parent 83cca4224b
commit 2d5fef3948
59 changed files with 7878 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"workflow": {
"id": "example-workflow-id",
"label": "Example Engine Workflow",
"nodeId": "example-node-id",
"runtimeWorkflowId": "example-n8n-runtime-workflow-id",
"n8nInstanceId": "example-n8n-instance"
},
"context": {
"status": "planned",
"sourceSystem": "nodedc-engine"
},
"bindToOps": {
"enabled": true,
"status": "planned",
"fromContextId": "context.ops.nodedc.ndc_platform.ontology_core_card",
"summary": "Example planned binding from Ontology Core OPS card to an Engine workflow context."
}
}