← Graph

Trailblazer Operation

concept 2 connections

Trailblazer concept: a callable object (invoked like a function) that delegates to stakeholder objects to perform business logic inside a controller action. Each step reads/writes to a shared context object and returns true/false, staying on the success track or jumping to the error track. Operations return a Result with success/failure state and expose output via the result object. Usable as a factory in tests so application state matches production exactly (unlike Factory Girl).

category
pattern
about
Trailblazer Operation concept
Explains operations as callable orchestrators delegating to scoped steps.
concept Trailblazer Operation
related_to
Operations are a core Trailblazer concept.

Provenance

Read by
8 extractions