Class: Kuroko2::Workflow::Task::Sequence

Inherits:
Base
  • Object
show all
Defined in:
lib/autoload/kuroko2/workflow/task/sequence.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #validate

Constructor Details

This class inherits a constructor from Kuroko2::Workflow::Task::Base

Instance Method Details

#executeObject



5
6
7
8
9
# File 'lib/autoload/kuroko2/workflow/task/sequence.rb', line 5

def execute
  Kuroko2.logger.info("(token #{token.uuid}) Sequence is executed with option '#{option}'")

  :next
end