class documentation
State of a schedule.
Class Variable | limited |
If true, remaining actions will be decremented for each action taken. |
Class Variable | note |
Human readable message for the schedule. |
Class Variable | paused |
Whether the schedule is paused. |
Class Variable | remaining |
Actions remaining on this schedule. |
Static Method | _from |
Undocumented |
Method | _to |
Undocumented |
If true, remaining actions will be decremented for each action taken.
On schedule create, this must be set to true if remaining_actions
is non-zero and left false if remaining_actions
is zero.
Human readable message for the schedule.
The system may overwrite this value on certain conditions like pause-on-failure.
Actions remaining on this schedule.
Once this number hits 0, no further actions are scheduled automatically.
@staticmethod
def _from_proto(state:
def _from_proto(state:
temporalio.api.schedule.v1.ScheduleState
) -> ScheduleState
:
(source)
¶
Undocumented