Skip to content

Commit

Permalink
fix(core): remove 64 characters limitation for displayName (#6470)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Jan 15, 2025
1 parent 94545fe commit 81a4e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/io/kestra/core/models/flows/Input.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public abstract class Input<T> implements Data {
@Schema(
title = "The display name of the input."
)
@Size(max = 64)
String displayName;

public abstract void validate(T input) throws ConstraintViolationException;
Expand Down

0 comments on commit 81a4e86

Please sign in to comment.