You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add infrastructure schema for step skipping and cascading
Introduce new columns and constraints to support skip logic in steps, including
condition patterns, skip reasons, and cascade skip functionality.
Extend runtime
tables with skip-related fields and indexes.
Update functions to handle new skip
parameters and cascade logic, ensuring proper validation and data integrity.
Add skip infrastructure schema for conditional execution - new columns (condition_pattern, when_unmet, when_failed, skip_reason, skipped_at), 'skipped' status, and cascade_skip_steps function
0 commit comments