Next Steps
Next Steps¶
Now that you understand basic workflows, explore these topics:
Within Workflow Basics¶
Continue learning about workflow fundamentals:
-
Command Types - Learn about all available command types (claude, shell, foreach, validate) and when to use each one
-
Command-Level Options - Advanced command configuration including timeout management, output capture, error handling, and conditional execution
-
Full Workflow Structure - Complete workflow format with explicit configuration for complex automation pipelines
-
Environment Configuration - Configure environment variables at multiple levels (workflow-wide, step-specific, profiles)
Advanced Topics¶
Ready to level up? Explore these advanced features:
-
Advanced Features - Conditional execution, parallel processing with foreach, validation with gap filling, and complex control flow
-
Environment Configuration - Comprehensive guide to environment variables, secrets management, profiles, and per-command overrides
-
Error Handling - Workflow-level and command-level error handling strategies for building resilient automation
-
MapReduce Workflows - Massive parallel processing with setup/map/reduce phases for large-scale tasks like codebase transformations
-
Variable Interpolation - Capture command outputs, reference work items, access map results, and build dynamic workflows with variables