Skip to content

Early client impl and docs scaffolding #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 16, 2022
Prev Previous commit
Next Next commit
Fixed list type
  • Loading branch information
cretz committed Feb 7, 2022
commit 3ae5809de6a441190f94d91e008d819c9a8d9c35
2 changes: 1 addition & 1 deletion temporalio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ async def execute_workflow(
search_attributes: Optional[Mapping[str, Any]] = None,
header: Optional[Mapping[str, Any]] = None,
start_signal: Optional[str] = None,
start_signal_args: list[Any] = [],
start_signal_args: Iterable[Any] = [],
) -> Any:
"""Start a workflow and wait for completion.

Expand Down