Skip to content

[Bug] Missing overload for start causing Pyright type check issue #1013

@btruhand

Description

@btruhand

What are you really trying to do?

Want to call start_activity with summary supplied while passing type checks

Describe the bug

When calling start_activity with summary, Pyright complains that no overloads match the provided arguments

Image

Minimal Reproduction

from temporalio import workflow

workflow.start_activity(
            activity="Some name",
            summary="Some summary",
)

Environment/Versions

  • Temporal version: 1.11.1
  • Python version: 3.11.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions