diff --git a/src/WorkflowCore/Interface/IStepBuilder.cs b/src/WorkflowCore/Interface/IStepBuilder.cs index e32d3f021..c5f32496f 100644 --- a/src/WorkflowCore/Interface/IStepBuilder.cs +++ b/src/WorkflowCore/Interface/IStepBuilder.cs @@ -84,7 +84,7 @@ public interface IStepBuilder /// Property on the data object /// /// - IStepBuilder Output(Expression> dataProperty, Expression> value); + IStepBuilder Output(Expression> dataProperty, Expression> value); /// /// Wait here until to specified event is published diff --git a/src/WorkflowCore/Services/FluentBuilders/StepBuilder.cs b/src/WorkflowCore/Services/FluentBuilders/StepBuilder.cs index bdbdeb53a..7d467cf61 100644 --- a/src/WorkflowCore/Services/FluentBuilders/StepBuilder.cs +++ b/src/WorkflowCore/Services/FluentBuilders/StepBuilder.cs @@ -100,7 +100,7 @@ public IStepBuilder Input(Expression Output(Expression> dataProperty, Expression> value) + public IStepBuilder Output(Expression> dataProperty, Expression> value) { var mapping = new DataMapping(); mapping.Source = value;