temporalio.client.ScheduleAction

class documentation

class ScheduleAction(ABC): (source)

Known subclasses: temporalio.client.ScheduleActionStartWorkflow

Constructor: ScheduleAction._from_proto(action)

View In Hierarchy

Base class for an action a schedule can take.

See ScheduleActionStartWorkflow for the most commonly used implementation.

Static Method _from_proto Undocumented
Async Method _to_proto Undocumented