You've already forked generic-industrial-process
Import UAPF package
Some checks failed
Validate OIPF Library / validate-yaml (push) Has been cancelled
38 lines
870 B
JSON
38 lines
870 B
JSON
{
|
|
"schemaVersion": "0.1",
|
|
"repositoryType": "process",
|
|
"defaultView": "library-overview",
|
|
"viewers": [
|
|
{
|
|
"id": "library-overview",
|
|
"label": "Library Overview",
|
|
"type": "markdown",
|
|
"path": "README.md"
|
|
},
|
|
{
|
|
"id": "bpmn-process",
|
|
"label": "BPMN Process",
|
|
"type": "bpmn",
|
|
"path": "bpmn/generic-industrial-process.bpmn"
|
|
},
|
|
{
|
|
"id": "dmn-decision",
|
|
"label": "DMN Decision",
|
|
"type": "dmn",
|
|
"path": "dmn/action-readiness-decision.dmn"
|
|
},
|
|
{
|
|
"id": "oipf-package",
|
|
"label": "Cleaning Optimisation Package",
|
|
"type": "yaml",
|
|
"path": "packages/cleaning-optimisation/package.yaml"
|
|
},
|
|
{
|
|
"id": "schema",
|
|
"label": "OIPF Package Schema",
|
|
"type": "json-schema",
|
|
"path": "resources/schemas/oipf-package.schema.json"
|
|
}
|
|
]
|
|
}
|