Module: WFlow

Defined in:
lib/w_flow.rb,
lib/w_flow/data.rb,
lib/w_flow/flow.rb,
lib/w_flow/node.rb,
lib/w_flow/process.rb,
lib/w_flow/version.rb,
lib/w_flow/supervisor.rb,
lib/w_flow/flow_report.rb,
lib/w_flow/node_worker.rb,
lib/w_flow/tasks_worker.rb,
lib/w_flow/configuration.rb,
lib/w_flow/process_worker.rb,
lib/w_flow/supervisor_report.rb

Defined Under Namespace

Modules: Process, Supervisor Classes: Configuration, Data, Flow, FlowFailure, FlowReport, InvalidArguments, InvalidOperation, Node, NodeWorker, ProcessWorker, StandardError, SupervisorReport, TasksWorker

Constant Summary collapse

INVALID_RUN_PARAMS =

WFlow message constants

"run must be invoked without arguments or an Hash"
UNKNOWN_EXPRESSION =
"can't evaluate expression"
INVALID_OPERATION =
"skip!, stop! or failure! can't be invoked during finalize/rollback"
VERSION =
"0.13.0"