Skip to content

Commit

Permalink
Fix get_worfklow_state docstring to match fetch_payloads default
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstewart committed Jan 28, 2025
1 parent 7d05d6f commit 1dbdafe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dbdafe

Please sign in to comment.