module Dynflow

TODO validate in/output, also validate unknown keys TODO performance testing, how many actions will it handle? TODO profiling, find bottlenecks FIND change ids to uuid, uuid-<action_id>, uuid-<action_id-(plan, run, finalize)

Constants

VERSION
WebConsole

Public Class Methods

serializer() click to toggle source
# File lib/dynflow/serializer.rb, line 4
def self.serializer
  @serializer ||= Serializer.new
end