Class: Temporalio::Client::Schedule::ActionExecution::StartWorkflow
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Schedule::ActionExecution::StartWorkflow
- Defined in:
- lib/temporalio/client/schedule.rb,
lib/temporalio/client/schedule.rb
Overview
Execution of a scheduled workflow start.
Instance Attribute Summary collapse
-
#first_execution_run_id ⇒ String
Workflow run ID.
-
#workflow_id ⇒ String
Workflow ID.
Instance Attribute Details
#first_execution_run_id ⇒ String
Returns 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_id ⇒ String
Returns Workflow ID.
399 400 401 |
# File 'lib/temporalio/client/schedule.rb', line 399 def workflow_id @workflow_id end |