XML Configuration - martinstrejc/boss-flow GitHub Wiki

XML Configuration In most cases the flow is defined in an XML file. The XML file has a secial syntax defined in the XML schema document. It is mandatory to strictly respect the XSD, because the XML file is parsed by JAXB that fails when file is inccorret due to the XSD. XML file contains definition of states and transitions. Inside states are transitions' references. A flow tree (graph) is built After pasing the XML file. The flow tree contains mixed descriptors. Few consistancy checks are made during building the flow tree.

⚠️ **GitHub.com Fallback** ⚠️