Method: ProcessEngine::Parser::XmlNode#documentation

Defined in:
app/models/process_engine/parser/xml_node.rb

#documentationObject



28
29
30
# File 'app/models/process_engine/parser/xml_node.rb', line 28

def documentation
  element.at_xpath("bpmn2:documentation").try(:content)
end