Method: Dynflow::Persistence#delete_output_chunks
- Defined in:
- lib/dynflow/persistence.rb
#delete_output_chunks(execution_plan_id, action_id) ⇒ Object
58 59 60 |
# File 'lib/dynflow/persistence.rb', line 58 def delete_output_chunks(execution_plan_id, action_id) adapter.delete_output_chunks(execution_plan_id, action_id) end |