lib/dynflow/dispatcher.rb in dynflow-0.8.24 vs lib/dynflow/dispatcher.rb in dynflow-0.8.25

- old
+ new

@@ -1,10 +1,10 @@ module Dynflow module Dispatcher Request = Algebrick.type do Event = type do fields! execution_plan_id: String, - step_id: Fixnum, + step_id: Integer, event: Object end Execution = type do fields! execution_plan_id: String