Module: RailsWorkflow::Operations::Dependencies
- Extended by:
- ActiveSupport::Concern
- Included in:
- RailsWorkflow::Operation
- Defined in:
- app/concerns/rails_workflow/operations/dependencies.rb
Overview
Workflow::ProcessTemplate::Dependenceis
Operation dependencies is a set of conditions. Operation can be build if all that dependenceis / conditions are satisfied. This is default implementation of dependenceis which used to build operation dependency on other operations. You can customize dependency for example you can add some additional logic depending on existiong processes / operations or other conditions in your system.