class documentation
class ScheduleAction(ABC): (source)
Known subclasses: temporalio.client.ScheduleActionStartWorkflow
Constructor: ScheduleAction._from_proto(action)
Base class for an action a schedule can take.
See ScheduleActionStartWorkflow
for the most commonly used
implementation.
Static Method | _from |
Undocumented |
Async Method | _to |
Undocumented |
@staticmethod
def _from_proto(action:
def _from_proto(action:
temporalio.api.schedule.v1.ScheduleAction
) -> ScheduleAction
:
(source)
¶
overridden in
temporalio.client.ScheduleActionStartWorkflow
Undocumented
@abstractmethod
async def _to_proto(self, client:
async def _to_proto(self, client:
Client
) -> temporalio.api.schedule.v1.ScheduleAction
:
(source)
¶
overridden in
temporalio.client.ScheduleActionStartWorkflow
Undocumented