Module: Smith::Workflow::SplitStepPersistence::Boundary
- Included in:
- Smith::Workflow::SplitStepPersistence
- Defined in:
- lib/smith/workflow/split_step_persistence/boundary.rb
Instance Method Summary collapse
Instance Method Details
#advance_persisted! ⇒ Object
12 13 14 15 |
# File 'lib/smith/workflow/split_step_persistence/boundary.rb', line 12 def advance_persisted!(...) ensure_no_split_step_boundary! super end |
#clear_persisted! ⇒ Object
17 18 19 20 |
# File 'lib/smith/workflow/split_step_persistence/boundary.rb', line 17 def clear_persisted!(...) ensure_no_split_step_boundary! super end |
#run_persisted! ⇒ Object
7 8 9 10 |
# File 'lib/smith/workflow/split_step_persistence/boundary.rb', line 7 def run_persisted!(...) ensure_no_split_step_boundary! super end |