Class: Temporalio::Client::Schedule::List::Action::StartWorkflow
- Inherits:
-
Object
- Object
- Temporalio::Client::Schedule::List::Action::StartWorkflow
- Defined in:
- lib/temporalio/client/schedule.rb
Overview
Action to start a workflow on a listed schedule.
Instance Attribute Summary collapse
-
#workflow ⇒ String
Workflow type name.
Instance Attribute Details
#workflow ⇒ String
Returns Workflow type name.
935 936 937 |
# File 'lib/temporalio/client/schedule.rb', line 935 class StartWorkflow include Action end |