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.
Our example durable app has the following sample for
DurableClient
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.