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