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