feat(ontology): add core service catalog
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user