0

As the question has stated, I want to put orchestrator functions and activity functions into a nuget package for other projects to call. However, after testing locally, when I invoke an orchestrator function in another project (with another csproj file), I get this error:

System.Private.CoreLib: Exception while executing function: 
FunctionName. Microsoft.Azure.WebJobs.Extensions.DurableTask: The 
function 'FunctionName' doesn't exist, is disabled, or is not an 
orchestrator function. Additional info: No orchestrator functions are
currently registered!
Ecstasy
  • 1,866
  • 1
  • 9
  • 17
blueishpoop
  • 226
  • 1
  • 10
  • Does this answer your question? [How to load azure activity function from a referenced nuget package](https://stackoverflow.com/questions/55897954/how-to-load-azure-activity-function-from-a-referenced-nuget-package) – Ecstasy May 02 '22 at 04:12
  • [Azure Durable Function Error "No activity functions are currently registered!"](https://stackoverflow.com/questions/55056389/azure-durable-function-error-no-activity-functions-are-currently-registered) – Ecstasy May 02 '22 at 04:12

0 Answers0