Discord
@rbaranda/hello-process-models
Simulation
1
0
Public

Hello Process Models

This simulation contains simple examples that demonstrate how to use most of the Process model behaviors.

This simulation contains simple examples of how process models can be structured in HASH. Four different examples are contained on the four diffferent agents defined in init_process_model.js, using the Process Modeling Library.

You can find more information about building process models in the HASH docs.


There are four different process models generated in this simulation. Each is contained on an agent that is created in the init_process_model.js behavior. Each process model is described below:

Process Models

Single Delay Process

Single delay process flowchart

This process model uses Source to begin

Resource Process A

Resource process A flowchart

This process model demonstrates resource usage.

Resource Process B

Resource process B flowchart

This process model behaves exactly like Resource Process A, but we've used the Service block instead.

Two Path Process

Two path process flowchart

This process model demonstrates how to create two branching paths.