# frozen_string_literal: true module LightServiceExt module Outcome COMPLETE = "all_steps_complete" end end