Class: Sequent::Core::Workflow
- Inherits:
-
Object
- Object
- Sequent::Core::Workflow
- Includes:
- Helpers::MessageHandler
- Defined in:
- lib/sequent/core/workflow.rb
Instance Method Summary collapse
Methods included from Helpers::MessageHandler
Instance Method Details
#execute_commands(*commands) ⇒ Object
8 9 10 |
# File 'lib/sequent/core/workflow.rb', line 8 def execute_commands(*commands) Sequent.configuration.command_service.execute_commands(*commands) end |