NODEDC_PLATFORM/services/ontology-core/examples/engine-workflow-manifest.ex...

20 lines
558 B
JSON

{
"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."
}
}