Skip to content

Commit 998c134

Browse files
Fix get_worfklow_state docstring to match fetch_payloads default (#772)
Signed-off-by: Adam Stewart <[email protected]> Co-authored-by: Elena Kolevska <[email protected]>
1 parent 488189e commit 998c134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def get_workflow_state(
124124
Args:
125125
instanceId: The unique ID of the workflow instance to fetch.
126126
fetch_payloads: If true, fetches the input, output payloads and custom status
127-
for the workflow instance. Defaults to false.
127+
for the workflow instance. Defaults to true.
128128
129129
Returns:
130130
The current state of the workflow instance, or None if the workflow instance does not

0 commit comments

Comments
 (0)