We know, there is BasicWorkflow, EJBWORKFLOW, SOAPWORKFLOW, OFBIZWORKFLOW, etc., but these implementations must have some code that can be reused, this is AbstractWorkflow. Workflow configuration LOAD is called the config package in AbstractWorkflow, and It is only responsible for controlling only one file.
In the com.opensymphony.workflow.config package, Configuration is an interface that has both DEFAULTCONFIGURATION and SpringConfiguration.
We know that in general there osworkflow.xml document reads as follows: