docs: add conditional steps documentation and skipped step styling#594
Merged
docs: add conditional steps documentation and skipped step styling#594
Conversation
🦋 Changeset detectedLatest commit: 39bc3af The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This was referenced Jan 14, 2026
Contributor
Author
|
View your CI Pipeline Execution ↗ for commit 39bc3af
☁️ Nx Cloud last updated this comment at |
1d9f0cf to
8cfa234
Compare
44482fc to
12c7537
Compare
8cfa234 to
45fa698
Compare
45fa698 to
44a7cad
Compare
44a7cad to
117e766
Compare
12c7537 to
963cad9
Compare
117e766 to
56ec88e
Compare
pkgs/website/src/content/docs/news/pgflow-0-14-0-conditional-step-execution.mdx
Outdated
Show resolved
Hide resolved
5e56496 to
208f76f
Compare
This was referenced Jan 22, 2026
208f76f to
b7b1a8c
Compare
963cad9 to
736e5b4
Compare
b7b1a8c to
096d008
Compare
736e5b4 to
46aca3d
Compare
096d008 to
85fde3b
Compare
Contributor
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-594.pgflow.pages.dev 📝 Details:
_Last updated: _ |
This was referenced Feb 6, 2026
This was referenced Feb 14, 2026
Contributor
Author
85fde3b to
39bc3af
Compare
Contributor
🚀 Production Deployment: Website✅ Successfully deployed to production! 🔗 Production URL: https://pgflow.dev 📝 Details:
Deployed at: 2026-03-17T20:22:26+01:00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add Conditional Steps and Error Handling
This PR introduces comprehensive support for conditional step execution and graceful error handling in pgflow. The new features allow workflows to adapt to runtime conditions and handle failures without stopping the entire run.
Key Features
if/ifNotconditions using PostgreSQL's JSON containment operatorfail,skip, orskip-cascadeoptionsretriesExhausted: 'skip'for non-critical stepsVisual Representation
Added a new
step_skippedstyle to the D2 theme for visualizing skipped steps in flow diagrams.Documentation
Added comprehensive documentation with:
These features enable more resilient workflows where non-critical steps can fail without stopping the entire process.