class Fluere::Worker::Workflow

Public Instance Methods

task_implementations() click to toggle source
# File lib/fluere/worker.rb, line 50
def task_implementations
  Fluere.workflows
end
task_list() click to toggle source
# File lib/fluere/worker.rb, line 42
def task_list
  Fluere.decisions_task_list
end
worker_class() click to toggle source
# File lib/fluere/worker.rb, line 46
def worker_class
  AWS::Flow::WorkflowWorker
end