Method: Sequent::Core::Workflow#execute_commands
- Defined in:
- lib/sequent/core/workflow.rb
#execute_commands(*commands) ⇒ Object
22 23 24 |
# File 'lib/sequent/core/workflow.rb', line 22 def execute_commands(*commands) Sequent.configuration.command_service.execute_commands(*commands) end |