temporalio.client.ScheduleActionExecutionStartWorkflow

class documentation

class ScheduleActionExecutionStartWorkflow(ScheduleActionExecution): (source)

Constructor: ScheduleActionExecutionStartWorkflow._from_proto(exec)

View In Hierarchy

Execution of a scheduled workflow start.

Class Variable first_execution_run_id Workflow run ID.
Class Variable workflow_id Workflow ID.
Static Method _from_proto Undocumented

first_execution_run_id: str = (source)

Workflow run ID.

workflow_id: str = (source)

Workflow ID.