temporalio.client.Schedule
class documentation
A schedule for periodically running an action.
| 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 |
Undocumented |
| Async Method | _to |
Undocumented |
action: ScheduleAction =
(source)
¶
Action taken when scheduled.
policy: SchedulePolicy =
(source)
¶
Schedule policies.
spec: ScheduleSpec =
(source)
¶
When the action is taken.
state: ScheduleState =
(source)
¶
State of the schedule.
def _from_proto(sched: temporalio.api.schedule.v1.Schedule) -> Schedule:
(source)
¶
Undocumented
async def _to_proto(self, client: Client) -> temporalio.api.schedule.v1.Schedule:
(source)
¶
Undocumented