Workflow Library

133,920 governed workflows. Every one plans through the real engine.

28 business archetypes × provider assignments across 15 governed integrations × 8 topologies × 6 triggers × 3 governance profiles. Deterministic, offline, tamper-evident. Same code → byte-identical output → one index_root hash.

133,920 templates28 archetypes15 governed providersbyte-identical repro
133,920
templates enumerated
every one valid
88,128
require human approval
irreversible or spend-triggered
45,792
auto-approve under policy
within governance limits
Reproducibility

The whole library hashes to one number.

Every workflow spec is deterministic. Regenerate on your machine — the resulting lib/index.jsonl is byte-identical to the committed one. If anything drifts, the index_root changes.

index_root
sha256:0378b6602ab3639b67eda6de9eb9c1e5d2e2a1cf98050856b1152c16d8d9d2cb
sha256 over the ordered list of every template's spec_sha
lib/index.jsonl (decompressed)
sha256:33f997ce3436ffbf2183f7a1ed4d0eea45d2db2d9140cc4648eea8fd66a059a5
sha256 of the full 133,920-record index — must match after `python3 generate.py`
Pass 1 — engine-planned
133,920 / 133,920 planned through engine (1.2 s, 10 workers)
Pass 2 — signed cross-section
4,032 / 4,032 stratified cross-section Ed25519-signed & offline-verified (739.6 s)
Samples

Eight workflows, one per topology.

Each is one of 133,920 real templates. The engine's governance policy set approval — it isn't a marketing label, it's what the policy engine returned when the spec was planned.

Revenue
Contract Renewal
human approval
linearwebhookstandard$49.00 spend
systems: salesforce → gcal → slack → stripe
sha256:81f0fed7b8530a69f934fd421688deb1ca248bd90fc4898aff07e72058f0ba90
Ops
Incident Response
human approval
branchwebhookstrictirreversible: intercom
systems: slack → linear → intercom → webhook
sha256:091e1dd5147ce58087f886013827947e8e10b64f4ed0066685e5fea4ff88fa59
Marketing
Campaign Blast
human approval
fanoutwebhookexpressirreversible: intercom
systems: salesforce → intercom → slack
sha256:b2458dcb3dfdc9ddc92c53f809cc790ecc63fbfb154a9f84730dbd5c43d7b2c4
HR/IT
Payroll Run
human approval
retrywebhookstandard$49.00 spend
systems: webhook → stripe → slack
sha256:a873d95962f529e43d20ea6e3e597a4a95f26505603750e3dd1d3792deae142c
Finance
Refund Processing
human approval
durable_waitwebhookstandard$49.00 spendirreversible: intercom
systems: salesforce → stripe → intercom → webhook
sha256:ad1ee1be8ef0e1fc3b896380ad2f21cac461620a35f7d18609804490ad610f80
Revenue
Lead to Cash
human approval
parallelwebhookstandard$49.00 spend
systems: salesforce → linear → slack → stripe → webhook
sha256:d522c595769cd3295d89fbcdea8f4688bb33b83b11f94ad7c0a5f59366a77f8b
Risk
KYC Verification
human approval
switchwebhookstrict
systems: salesforce → linear → webhook → slack
sha256:b9df3907bee1f9457607cfd295678b0b663ffe29cfa07b20324adca9beab6283
HR/IT
Employee Onboarding
auto approve
subworkflowwebhookexpress
systems: salesforce → linear → gcal → slack → webhook
sha256:92d1702bb3c204ad63bdb688b302b969925d15220d87e0e1796d06238edc7057
Coverage

What the 133,920 covers.

Categories
RevenueOpsHR/ITFinanceSuccessRiskSupportDataMarketingEngSales
Topologies
linearbranchfanoutretrydurable_waitparallelswitchsubworkflow
Triggers
webhookschedule_cronmanualapp_eventemail_inboundform_submit
Governance decisions

88,128 require_human, 45,792 auto_approve. Split by the engine's floor: irreversible external effects or spend → human; otherwise policy-driven.

What "133,920" is not

Not 133,920 unique business ideas — the point isn't uniqueness. It's the shape of the policy surface: every archetype × provider × topology × trigger × governance cell is enumerated and hashed, so drift anywhere is detectable.

Verify it yourself

Three commands. Fully offline.

Requires a local RailCall engine checkout at ~/railcall-engine (or set RAILCALL_ENGINE=). No network calls, no LLM.

git clone git@github.com:patl4588/railcall-workflow-library.git
cd railcall-workflow-library
python3 generate.py    # regenerates index byte-for-byte
python3 verify.py      # 10 workers: plans all + signs cross-section
shasum -a 256 lib/index.jsonl
# → 33f997ce3436ffbf2183f7a1ed4d0eea45d2db2d9140cc4648eea8fd66a059a5  lib/index.jsonl