Method: Pallets::Backends::Base#run_workflow
- Defined in:
- lib/pallets/backends/base.rb
#run_workflow(workflow_id, jobs_with_dependencies, context) ⇒ Object
32 33 34 |
# File 'lib/pallets/backends/base.rb', line 32 def run_workflow(workflow_id, jobs_with_dependencies, context) raise NotImplementedError end |