From 1dbdafee5a7b5a6593689f0f306a219a6a9d49bd Mon Sep 17 00:00:00 2001 From: Adam Stewart Date: Tue, 28 Jan 2025 16:02:08 +0000 Subject: [PATCH] Fix get_worfklow_state docstring to match fetch_payloads default --- ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py b/ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py index b9865344..94f96370 100644 --- a/ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py +++ b/ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py @@ -123,7 +123,7 @@ def get_workflow_state( Args: instanceId: The unique ID of the workflow instance to fetch. fetch_payloads: If true, fetches the input, output payloads and custom status - for the workflow instance. Defaults to false. + for the workflow instance. Defaults to true. Returns: The current state of the workflow instance, or None if the workflow instance does not