diff --git a/docs/code_maps/Python.pdf b/docs/code_maps/Python.pdf new file mode 100644 index 0000000000000..8adcbbfee76a5 Binary files /dev/null and b/docs/code_maps/Python.pdf differ diff --git a/docs/code_maps/dotNET.pdf b/docs/code_maps/dotNET.pdf new file mode 100644 index 0000000000000..f10c31d49379c Binary files /dev/null and b/docs/code_maps/dotNET.pdf differ diff --git a/dotnet/samples/GettingStartedWithProcesses/Step04/Step04_AgentOrchestration.cs b/dotnet/samples/GettingStartedWithProcesses/Step04/Step04_AgentOrchestration.cs index 384907cb471db..e349404c51373 100644 --- a/dotnet/samples/GettingStartedWithProcesses/Step04/Step04_AgentOrchestration.cs +++ b/dotnet/samples/GettingStartedWithProcesses/Step04/Step04_AgentOrchestration.cs @@ -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(); } }