Class: CMDx::Workflow::ExecutionGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/cmdx/workflow.rb

Overview

Represents a group of tasks with shared execution options.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsHash

Configuration options for the group

Returns:

  • (Hash)

    the current value of options



81
82
83
# File 'lib/cmdx/workflow.rb', line 81

def options
  @options
end

#tasksArray<Class>

Array of task classes in this group

Returns:

  • (Array<Class>)

    the current value of tasks



81
82
83
# File 'lib/cmdx/workflow.rb', line 81

def tasks
  @tasks
end