Examples tagged with workflow

Select an example to explore it in the playground.

Beginner - Introductory Models

Nested Hierarchy Workflow

A nested hierarchy simulation where tasks flow across company departments.

Level:Beginner

workflowcapacityresource-managementthroughputbottleneck

  • Flows:arrivals, service
  • Probes:Dept0, Dept1, Dept0-Team0, Dept0-Team1, Dept1-Team0, Dept1-Team1
Intermediate - Classic Dynamics

Car Service Simulation - SimPy Tutorial

A car service simulation showing priority washing with features like interrupts.

Level:Intermediate

simpypriorityservicemaintenancequeueinterruptsdiscrete-eventreliabilityworkflow

  • Stocks:fuel_level, parts
  • Probes:fuel_level, wash_q, parts
Advanced - Complex Simulations