Open ajstewart opened 1 week ago
The docstring and option default do not match.
Obviously this is a very easy fix but I'm not sure what the intended behaviour is?
The docs say the fetch_payloads defaults to False yet it is set to True:
fetch_payloads
False
True
https://github.com/dapr/python-sdk/blob/0cd0482f62f30d8bc7b35793ade09b46f9fa33c5/ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py#L108-L124
N/A
RELEASE NOTE:
Expected Behavior
The docstring and option default do not match.
Obviously this is a very easy fix but I'm not sure what the intended behaviour is?
Actual Behavior
The docs say the
fetch_payloads
defaults toFalse
yet it is set toTrue
:https://github.com/dapr/python-sdk/blob/0cd0482f62f30d8bc7b35793ade09b46f9fa33c5/ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py#L108-L124
Steps to Reproduce the Problem
N/A
Release Note
RELEASE NOTE: