Skip to content

Commit

Permalink
Merge branch 'main' into updatemeai1245705
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Nov 23, 2024
2 parents 89881a0 + 5ae74d7 commit 94528bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void AttachErrorStep(ProcessStepBuilder step, params string[] functionNames)
{
step
.OnFunctionError(functionName)
.SendEventTo(new ProcessFunctionTargetBuilder(renderMessageStep, RenderMessageStep.Functions.RenderError, "exception"))
.SendEventTo(new ProcessFunctionTargetBuilder(renderMessageStep, RenderMessageStep.Functions.RenderError, "error"))
.StopProcess();
}
}
Expand Down

0 comments on commit 94528bb

Please sign in to comment.