Skip to content

Commit 1dbdafe

Browse files
committed
Fix get_worfklow_state docstring to match fetch_payloads default
1 parent 7d05d6f commit 1dbdafe

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
@@ -123,7 +123,7 @@ def get_workflow_state(
123123
Args:
124124
instanceId: The unique ID of the workflow instance to fetch.
125125
fetch_payloads: If true, fetches the input, output payloads and custom status
126-
for the workflow instance. Defaults to false.
126+
for the workflow instance. Defaults to true.
127127
128128
Returns:
129129
The current state of the workflow instance, or None if the workflow instance does not

0 commit comments

Comments
 (0)