20 lines
569 B
JSON
20 lines
569 B
JSON
{
|
|
"workflow": {
|
|
"id": "example-workflow-id",
|
|
"label": "Example Engine Workflow",
|
|
"nodeId": "example-node-id",
|
|
"runtimeWorkflowId": "example-runtime-workflow-id",
|
|
"runtimeInstanceId": "example-engine-runtime-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."
|
|
}
|
|
}
|