Workflow Library
A growing library of production ready workflows you can copy, customize, and run locally with Thrubit.
A growing library of production ready workflows you can copy, customize, and run locally with Thrubit.
61 workflows
Processes an array of payments concurrently using a Map state. Each payment is independently validated, fraud-checked, authorized, and settled in parallel. Results are collected into a single batch summary with per-payment status records.
This workflow handles the end-to-end amendment of a previously confirmed freight booking. It validates the amendment request, enforces a mandatory processing hold using a Wait state, then runs concurrent carrier capacity re-check and hazmat re-verification using a Parallel state before issuing a confirmed amendment or cancellation.
This workflow processes an array of freight bookings concurrently using a Map state with a maximum concurrency of 3. Each booking is independently subjected to carrier capacity checks and hazmat screening in parallel branches before being individually confirmed or cancelled.
Batch ingestion of multiple documents concurrently using a Map state. Supports scheduled full-corpus re-ingestion and large document library imports.
Batch retraining of multiple models concurrently using a Map state. Supports scheduled monthly retraining runs across all production models.