module Dynflow::Stateful::ClassMethods

Public Instance Methods

state_transitions() click to toggle source
# File lib/dynflow/stateful.rb, line 12
def state_transitions
  raise NotImplementedError
end
states() click to toggle source
# File lib/dynflow/stateful.rb, line 8
def states
  raise NotImplementedError
end