Class: Temporalio::Client::Schedule::List::Action::StartWorkflow

Inherits:
Object
  • Object
show all
Includes:
Temporalio::Client::Schedule::List::Action
Defined in:
lib/temporalio/client/schedule.rb

Overview

Action to start a workflow on a listed schedule.

Instance Attribute Summary collapse

Instance Attribute Details

#workflowString

Returns Workflow type name.

Returns:

  • (String)

    Workflow type name.



935
936
937
# File 'lib/temporalio/client/schedule.rb', line 935

class StartWorkflow
  include Action
end