class Dynflow::Director::WorkItem

Attributes

execution_plan_id[R]

Public Class Methods

new(execution_plan_id) click to toggle source
# File lib/dynflow/director.rb, line 24
def initialize(execution_plan_id)
  @execution_plan_id = execution_plan_id
end

Public Instance Methods

execute() click to toggle source
# File lib/dynflow/director.rb, line 28
def execute
  raise NotImplementedError
end