Skip to content

Commit 1b49ec1

Browse files
committed
interface
1 parent 79bc406 commit 1b49ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WorkflowCore/Interface/IStepBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public interface IStepBuilder<TData, TStepBody>
9797
/// <param name="action"></param>
9898
/// <returns></returns>
9999
IStepBuilder<TData, TStepBody> Input(Action<TStepBody, TData> action);
100+
IStepBuilder<TData, TStepBody> Input(Action<TStepBody, TData, IStepExecutionContext> action);
100101

101102
/// <summary>
102103
/// Map properties on the workflow data object to properties on the step after the step executes

0 commit comments

Comments
 (0)