# Business process
## MicroSim spec
- **Recommended sim type:** control-system [[Block_diagram|block diagram]]
- **Microsimmability score:** 54/100
- **Layout:** controller-plant block diagram on top with a response plot; sliders below.
### Parameters (tunable controls)
- `Proportional gain Kp`
- `Integral gain Ki`
- `Setpoint`
### What animates
A controller drives a plant toward the setpoint; the error trace and step response update live as the gains change.
### Learning objective
Relate controller gains to rise time, overshoot, and steady-state error.
## Links (Wikipedia order)
<!-- injected from _registry/childlinks/Business_process.json (2026-07-30T02:09:12Z) -->
`Accounting` · `Adam_Smith` · `Advisory_board` · `American_Society_for_Quality` · `Annual_general_meeting` · `Artisan` · `Asset_management` · `Audit` · `Audit_committee` · `Board_of_directors` · `Brand_management` · `Business_Motivation_Model` · `Business_Process_Definition_Metamodel` · `Business_administration` · `Business_analysis` · `Business_development` · `Business_ethics` · `Business_intelligence` · `Business_judgment_rule` · `Business_method_patent` · `Business_model` · `Business_plan` · `Business_process_automation` · `Business_process_management` · `Business_process_mapping` · `Business_process_modeling` · `Business_process_outsourcing` · `Business_process_re-engineering` · `Capability_management_in_business` · `Capacity_management` · `Capital_budgeting` · `Capital_management` · `Cash_conversion_cycle` · `Change_management` · `Chief_business_officer` · `Chief_executive_officer` · `Chief_financial_officer` · `Chief_human_resources_officer` · `Chief_information_officer` · `Chief_marketing_officer` · `Chief_operating_officer` · `Chief_product_officer` · `Chief_technology_officer` · `Commercial_bank` · `Commercial_law` · `Commercial_management` · `Communications_management` · `Company` · [[Configuration_management]] · `Conflict_management` · `Conglomerate_(company)` · `Constitutional_documents` · `Consumer_behaviour` · `Content_management` · `Contract` · `Cooperative` · `Core_business` · `Corporate_crime` · `Corporate_finance` · `Corporate_governance` · `Corporate_group` · `Corporate_law` · `Corporate_liability` · `Corporate_title` · `Corporation` · `Corporation_sole` · `Crisis_management` · `Customer_relationship_management` · `Data_processing` · `Departmentalization` · `Derivative_(finance)` · `Development_economics` · `Distributed_management` · `Earned_value_management` · `Econometrics` · `Economic_development` · `Economic_statistics` · `Economics` · `Electronic_business` · `Encyclopédie` · `Enterprise_legal_management` · `Enterprise_resource_planning` · `Environmental_economics` · `Factoring_(finance)` · `Financial_accounting` · `Financial_institution` · `Financial_management` · `Financial_market` · `Financial_risk` · `Financial_statement` · `Financial_statement_analysis` · `Flowchart` · [[Frederick_Winslow_Taylor]] · `Hierarchical_organization` · `Holding_company` · `Human_resource_management` · `Human_resources` · `Incident_management` · `Industrial_processes` · `Information_management` · `Innovation_management` · `Insurance` · `International_business` · `International_economics` · `International_finance` · `International_trade` · `International_trade_law` · `JD_Edwards` · `Joint-stock_company` · `Joseph_M._Juran` · `Knowledge_economy` · `Knowledge_management` · `Knowledge_worker` · `Labour_economics` · `Leatherhead` · `Legal_person` · `Limited_liability_company` · `Liquidation` · `List_of_legal_entity_types_by_country` · `Macroeconomics` · `Management_accounting` · `Management_information_system` · `Management_process` · `Managerial_finance` · `Market_economy` · `Marketing_management` · `Materials_management` · `Mergers_and_acquisitions` · `Microeconomics` · `Milwaukee` · `Mixed_economy` · `Network_administrator` · `Network_management` · `New_York_City` · `Office_management` · `Open_economy` · `Operations_management` · `Operations_management_for_services` · `Organization` · `Organization_development` · `Organizational_architecture` · `Organizational_behavior` · `Organizational_communication` · `Organizational_conflict` · `Organizational_culture` · `Organizational_engineering` · `Organizational_patterns` · `Organizational_space` · `Organizational_structure` · `Outsourcing` · `Partnership` · `PeopleSoft` · `Peter_Drucker` · `Planned_economy` · `Power_management` · `Privately_held_company` · `Procedure_(business)` · `Product_management` · [[Project_management]] · `Property_management` · `Public_economics` · `Public_finance` · `Purchase_order` · `Quality_management` · `Records_management` · `Recruitment` · `Resource_management` · `Risk_management` · `Sales_management` · `Security_management` · `Service_management` · `Six_Sigma` · `Social_media` · `Sole_proprietorship` · `Span_of_control` · `State-owned_enterprise` · `Stock_market` · `Strategic_management` · `Supervisory_board` · `Supply_chain_management` · `System_administrator` · `Systems_management` · `Talent_management` · `Task_(project_management)` · `Tax` · `Technical_support` · `Technology_management` · `Total_quality_management` · `Trade` · `Trade_route` · `United_States` · `Value_chain` · `Venture_capital` · `Wilbur_L._Creech` · `Workflow`
## From the Real GENERATIVE library

*Business process — placed from the Real G.E.N.E.R.A.T.I.V.E. course library (Engineering room). Source: Wikimedia Commons (via Wikipedia article media). [Details & license](https://commons.wikimedia.org/wiki/File:Emblem-money.svg).*
> A business process, business method, or business function is a collection of related, structured activities or tasks performed by people or equipment in which a specific sequence produces a service or product (that serves a particular business goal) for a particular customer or customers. Business processes occur at all organizational levels and may or may n ([Wikipedia](https://en.wikipedia.org/wiki/Business_process))
<!-- REAL-GENERATIVE-MEDIA:END -->
> p5.js MicroSim stub · part of [[System]] · [Wikipedia source](https://en.wikipedia.org/wiki/Business_process)
> Relation: subfield of System.
## Concept summary
A business process, business method, or business function is a collection of related, structured activities or tasks performed by people or equipment in which a specific [[Sequence|sequence]] produces a service or product (that serves a particular business goal) for a...
## Build checklist
- [ ] Claim it: set `status: in-progress` + `lease` + `leased_at`
- [ ] Write the child page explaining the concept (tie it back to system)
- [ ] Finalize parameter ranges and defaults
- [ ] Implement the p5.js sketch (drawing + control regions)
- [ ] Add caption + the learning objective on the page
- [ ] Set `status: done`
## p5.js sketch
```javascript
// MicroSim: Business process
let controls = {};
function setup() {
// createCanvas(...); create sliders for the parameters above.
}
function draw() {
// background(...); read controls; render control-system block diagram; respond live.
}
```
---
Back to [[System]] · Wikipedia: [Business process](https://en.wikipedia.org/wiki/Business_process)
---
<!-- SEMIOTIC-PROFILE:START -->
## Semiotic profile
> *The semiotic universals this article invokes, machine-derived from the crossref — **unverified** (born so). Populated 2026-07-06 for the Systems room.*
**Universals (4):** 🟡 system (8) · 🟢 control loop (3) · 🟡 sequence (2) · 🟢 equilibrium (1)
**Enter by sign:** Systems Semiotic Gateway · Alphabetum · Icon Registry · ← Systems Portal
<!-- SEMIOTIC-PROFILE:END -->
<!-- REAL-GENERATIVE-MEDIA:START -->
## Wikipedia : Wikitube
**Strict pair:** [Wikipedia](https://en.wikipedia.org/wiki/Business_process) : [Wikitube](https://en.wikitube.io/wiki/Business_process)
## Previous hub tags
Tree parents: [[Operations_research]] · [[Reliability_engineering]] · [[System_dynamics]] · [[Systems_engineering]].
Legacy hubs: none.
---
*Sources: 1 legacy note. Minted wave 1, 2026-07-30 (v1.6 order).*