-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What are you really trying to do?
async def create_schedule(
self,
...
static_summary: str | None = None,
static_details: str | None = None,
...):
return await self._impl.create_schedule(
CreateScheduleInput(
id=id,
schedule=schedule,
trigger_immediately=trigger_immediately,
backfill=backfill,
memo=memo,
search_attributes=search_attributes,
rpc_metadata=rpc_metadata,
rpc_timeout=rpc_timeout,
)
The static_ values should probably be used. Minimally they should be deprecated or documented somehow.
Describe the bug
Minimal Reproduction
Environment/Versions
- OS and processor: [e.g. M1 Mac, x86 Windows, Linux]
- Temporal Version: [e.g. 1.14.0?] and/or SDK version
- Are you using Docker or Kubernetes or building Temporal from source?
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working