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: enforce 64-character limit for Workflow binding names locally (#10157)
Fixes#10055 by implementing proper validation in validateWorkflowBinding
function to match production behavior.
- Implemented validateWorkflowBinding function with 64-character name limit
- Added comprehensive tests covering valid/invalid names and boundary cases
- Added validation for required fields (binding, name, class_name)
- Added validation for optional fields (script_name, experimental_remote)
- Created changeset for the feature
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
* fixup! feat: enforce 64-character limit for Workflow binding names locally (#10157)
---------
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
0 commit comments