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 6a24d3434..6bb801dce 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 @@ -124,7 +124,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