Module: FlowCore::TaskExecutable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/flow_core/task_executable.rb
Instance Method Summary collapse
- #finished? ⇒ Boolean
- #implicit_notify_workflow_task_finished ⇒ Object
-
#run! ⇒ Object
For automatic task.
Instance Method Details
#finished? ⇒ Boolean
20 21 22 |
# File 'lib/flow_core/task_executable.rb', line 20 def finished? raise NotImplementedError end |
#implicit_notify_workflow_task_finished ⇒ Object
24 25 26 |
# File 'lib/flow_core/task_executable.rb', line 24 def implicit_notify_workflow_task_finished true end |
#run! ⇒ Object
For automatic task
16 17 18 |
# File 'lib/flow_core/task_executable.rb', line 16 def run! raise NotImplementedError end |