Customizing the Runbook

Runbooks support advanced customization for complex scenarios.

Custom Patterns

Pattern Definition:
- Name: "Async Service Migration"
- Match: Synchronous service calls
- Transform: Convert to async/await pattern
- Validate: Ensure error handling preserved

Conditional Logic

  • If/else branches based on code analysis

  • Dynamic step generation

  • Context-aware transformations

Last updated

Was this helpful?