You've already forked generic-industrial-process
Import UAPF package
Some checks failed
Validate OIPF Library / validate-yaml (push) Has been cancelled
32 lines
957 B
YAML
32 lines
957 B
YAML
oipf_library:
|
|
id: "oipf.generic-industrial-process"
|
|
name: "Generic Industrial Process"
|
|
version: "0.1.0-draft"
|
|
status: "draft"
|
|
namespace: "OIPF"
|
|
kind: "process-library"
|
|
description: "Generic process library for repeatable factory-to-factory operational intelligence deployments."
|
|
process_pattern:
|
|
- observe
|
|
- contextualise
|
|
- infer
|
|
- check
|
|
- recommend
|
|
- approve
|
|
- act
|
|
- record
|
|
- learn
|
|
levels:
|
|
L0: "Production enterprise"
|
|
L1: "Production domain"
|
|
L2: "Production line operations"
|
|
L3: "Operational intelligence loop"
|
|
L4: "Recommendation-to-outcome work task"
|
|
packages:
|
|
- id: "oipf.package.cleaning-optimisation"
|
|
path: "packages/cleaning-optimisation/package.yaml"
|
|
- id: "oipf.package.energy-loss-detection"
|
|
path: "packages/energy-loss-detection/package.yaml"
|
|
- id: "oipf.package.predictive-maintenance"
|
|
path: "packages/predictive-maintenance/package.yaml"
|