-
Notifications
You must be signed in to change notification settings - Fork 15
refactor: rename input parameters to flowInput and deps for clarity #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: rename input parameters to flowInput and deps for clarity #557
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 4719c95
☁️ Nx Cloud last updated this comment at |
1ed5f8d to
6090a08
Compare
b47e937 to
f182e2d
Compare
6090a08 to
ad561ed
Compare
ad561ed to
4719c95
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-557.pgflow.pages.dev 📝 Details:
_Last updated: _ |
🚀 Production Deployment: Website✅ Successfully deployed to production! 🔗 Production URL: https://pgflow.dev 📝 Details:
Deployed at: 2025-12-30T12:49:26+01:00 |

Rename input parameters in step handlers for better clarity
This PR renames the input parameters in step handlers to improve clarity and better reflect their purpose:
flowInputinstead ofinput.runto directly access flow inputdepsinstead ofinputto access outputs from dependency stepsctxwhere usedThese changes make the code more intuitive by:
The changes affect example code in the documentation as well as actual implementation code, ensuring consistency across the entire project.