Azure / azure-functions-powershell-library

MIT License
2 stars 3 forks source link

Bug Bash: DurableClient's `Name` parameter does not seem to control any user-code variables #27

Open davidmrdavid opened 2 years ago

davidmrdavid commented 2 years ago

Our example durable app has the following sample for DurableClient

        [DurableClient(Name='starter')]

But 'starter' is not a variable name in the templated user code for a DurableClient Function, so it's unclear what this parameter is modifying. We should document this, or maybe consider not exposing this parameter.