diff --git a/src/modules/Elsa.Workflows.Core/Activities/For.cs b/src/modules/Elsa.Workflows.Core/Activities/For.cs
index 97bb03309..a607c73e6 100644
--- a/src/modules/Elsa.Workflows.Core/Activities/For.cs
+++ b/src/modules/Elsa.Workflows.Core/Activities/For.cs
@@ -52,7 +52,7 @@ public class For : Activity
///
/// Controls whether the end step is upper/lowerbound inclusive or exclusive. True (inclusive) by default.
///
- [Input(Description = "Controls whether the end step is upper/lowerbound inclusive or exclusive. True (inclusive) by default.")]
+ [Input(Description = "Controls whether the end step is upper/lowerbound inclusive or exclusive. True (inclusive) by default.", DefaultValue = true)]
public Input OuterBoundInclusive { get; set; } = new(true);
///