class documentation
class ScheduleActionExecutionStartWorkflow(ScheduleActionExecution): (source)
Constructor: ScheduleActionExecutionStartWorkflow._from_proto(exec)
Execution of a scheduled workflow start.
Class Variable | first |
Workflow run ID. |
Class Variable | workflow |
Workflow ID. |
Static Method | _from |
Undocumented |
@staticmethod
def _from_proto(exec:
def _from_proto(exec:
temporalio.api.common.v1.WorkflowExecution
) -> ScheduleActionExecutionStartWorkflow
:
(source)
¶
Undocumented