Method: Bumbleworks::Tracker#process

Defined in:
lib/bumbleworks/tracker.rb

#processObject



27
28
29
30
31
# File 'lib/bumbleworks/tracker.rb', line 27

def process
  if wfid_from_hash = wfid
    Bumbleworks::Process.new(wfid_from_hash)
  end
end