module Ooz module Base class Stage class Task class Strategy class PriorSupervisor < Strategy passthrough :prior_task_type, :stage_id, to: :doc end end end end end end