Class: Airflow::Commands::StartWorkflow

Inherits:
Struct
  • Object
show all
Defined in:
lib/async_flow/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



5
6
7
# File 'lib/async_flow/commands.rb', line 5

def queue
  @queue
end

#workflow_idObject

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



5
6
7
# File 'lib/async_flow/commands.rb', line 5

def workflow_id
  @workflow_id
end

#workflow_nameObject

Returns the value of attribute workflow_name

Returns:

  • (Object)

    the current value of workflow_name



5
6
7
# File 'lib/async_flow/commands.rb', line 5

def workflow_name
  @workflow_name
end