Workflow steps list is empty.
In DefaultWorkflowStepEnumerator class, configure() method, wa parse the data "workflow-name" at the wrong place (Line 72)
We have :
_workflowName = configuration.getChild("workflow-name").getValue("content");
Instead of :
_workflowName = customConf.getChild("workflow-name").getValue("content");