# File lib/ruote/extract.rb, line 84
  def self.extract_child_id(o)

    fei = Ruote::FlowExpressionId.extract(o)

    fei ? fei.child_id : nil
  end