Class: Temporalio::Client::Schedule::ActionExecution::StartWorkflow

Inherits:
Data
  • Object
show all
Includes:
Temporalio::Client::Schedule::ActionExecution
Defined in:
lib/temporalio/client/schedule.rb,
lib/temporalio/client/schedule.rb

Overview

Execution of a scheduled workflow start.

Instance Attribute Summary collapse

Instance Attribute Details

#first_execution_run_idString

Returns Workflow run ID.

Returns:

  • (String)

    Workflow run ID.



399
400
401
# File 'lib/temporalio/client/schedule.rb', line 399

def first_execution_run_id
  @first_execution_run_id
end

#workflow_idString

Returns Workflow ID.

Returns:

  • (String)

    Workflow ID.



399
400
401
# File 'lib/temporalio/client/schedule.rb', line 399

def workflow_id
  @workflow_id
end