Module: RailsWorkflow::ProcessTemplates::DefaultBuilder

Extended by:
ActiveSupport::Concern
Included in:
RailsWorkflow::ProcessTemplate
Defined in:
app/concerns/rails_workflow/process_templates/default_builder.rb

Overview

DefaultBuilder

Process Builder is used to build new process. All process building logic should be gathered here. It defines how process is build using template (for example it can used to gather some additional information from system - for example some information from existing processes or it can handle hierarchical processes logic for parent / child processes).