Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Durable Function - AttributeError: 'DFApp' object has no attribute 'function_name'

zelio999 opened this issue · comments

When the Function Runtime Version was passed: 4.27.5.21554, an error is occurring when placing the app.function_name decorator in a durable function

image
image

This error did not occur in version 4.0.5413

@davidmrdavid hey David, is this issue a better fit for durable functions to investigate?

Thanks Lilian for the ping. @zelio999: are you still encountering this issue? This should have been fixed in the latest release of the azure-functions-durable package. Thanks!

@liliankasem, I'll transfer this to the DF Python repo.