You've already forked generic-industrial-process
Import UAPF package
Some checks failed
Validate OIPF Library / validate-yaml (push) Has been cancelled
21 lines
703 B
YAML
21 lines
703 B
YAML
process_card:
|
|
id: "oipf.card.generic-industrial-process"
|
|
title: "Generic Industrial Process"
|
|
level: "L3"
|
|
status: "draft"
|
|
description: "Reusable Observe-Contextualise-Infer-Check-Recommend-Approve-Act-Record-Learn pattern for industrial intelligence."
|
|
bpmn: "bpmn/generic-industrial-process.bpmn"
|
|
dmn: "dmn/action-readiness-decision.dmn"
|
|
algorithm_cards:
|
|
- "algorithm-cards/tag-contextualisation.card.yaml"
|
|
- "algorithm-cards/model-inference.card.yaml"
|
|
- "algorithm-cards/recommendation-generation.card.yaml"
|
|
inputs:
|
|
- contextualised operational data
|
|
- model contract
|
|
- constraints
|
|
outputs:
|
|
- governed recommendation
|
|
- outcome record
|
|
- audit trail
|