We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a34537 + c1a2a86 commit 643b082Copy full SHA for 643b082
src/samples/WorkflowCore.Sample03/PassingDataWorkflow.cs
@@ -27,7 +27,7 @@ public void Build(IWorkflowBuilder<MyDataClass> builder)
27
.Input(step => step.Message, data => "The answer is " + data.Value3.ToString())
28
.Then(context =>
29
{
30
- Console.WriteLine("Workflow comeplete");
+ Console.WriteLine("Workflow complete");
31
return ExecutionResult.Next();
32
});
33
}
0 commit comments