valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

ex-production.md (1314B)


      1 # Production Examples
      2 
      3 1. [Manufacturing](#manufacturing)
      4 1. [Service](#service)
      5 1. [Workflow production](#workflow-production)
      6 1. [Pack unpack](#pack-unpack)
      7 
      8 #### Manufacturing
      9 
     10 Simple one-process manufacturing with typical inputs and outputs.
     11 
     12 ![manufacturing diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/proc-mfg.png)
     13 
     14 [import, lang:"yaml"](../../examples/process-manufacturing.yaml)
     15 
     16 #### Service
     17 
     18 Simple delivery of a service with typical inputs and outputs.
     19 
     20 ![service diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/proc-svc.png)
     21 
     22 [import, lang:"yaml"](../../examples/process-service.yaml)
     23 
     24 #### Workflow production
     25 
     26 Simple repair process with typical inputs and outputs.  The same economic resource goes into and out of the process(es).
     27 
     28 ![workflow diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/proc-workflow.png)
     29 
     30 [import, lang:"yaml"](../../examples/process-workflow.yaml)
     31 
     32 #### Pack unpack
     33 
     34 Simple pack and unpack of resources into and out of a container resource.
     35 
     36 ![pack unpack diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/pack-unpack.png)
     37 
     38 [import, lang:"yaml"](../../examples/process-pack-unpack.yaml)