You've already forked uapf-example-minimal-l4
Import UAPF package
20 lines
377 B
YAML
20 lines
377 B
YAML
kind: uapf.package
|
|
id: uapf.example-minimal
|
|
name: Minimal Example Process
|
|
description: Minimal Level-4 process example
|
|
level: 4
|
|
version: 0.1.0
|
|
includes: []
|
|
cornerstones:
|
|
bpmn: true
|
|
resources: true
|
|
paths:
|
|
bpmn: bpmn
|
|
resources: resources
|
|
metadata: metadata
|
|
owners:
|
|
- type: team
|
|
id: "{{.RepoOwner}}"
|
|
contact: "{{.RepoOwner}}@processgit.local"
|
|
lifecycle: draft
|