class documentation

class Schedule: (source)

View In Hierarchy

A schedule for periodically running an action.

Warning

Schedules are an experimental feature.

Class Variable action Action taken when scheduled.
Class Variable policy Schedule policies.
Class Variable spec When the action is taken.
Class Variable state State of the schedule.
Static Method _from_proto Undocumented
Async Method _to_proto Undocumented

Action taken when scheduled.

Schedule policies.

When the action is taken.

State of the schedule.

async def _to_proto(self, client: Client) -> temporalio.api.schedule.v1.Schedule: (source)

Undocumented