BATCH-1387: fix some errors and check the effect of new bundle in STS
This commit is contained in:
@@ -155,7 +155,7 @@ public abstract class AbstractFlowParser extends AbstractSingleBeanDefinitionPar
|
||||
|
||||
String flowName = (String) builder.getRawBeanDefinition().getAttribute("flowName");
|
||||
if (!stepExists && !StringUtils.hasText(element.getAttribute("parent"))) {
|
||||
parserContext.getReaderContext().error("The flow [" + flowName + "] must contain at least one step",
|
||||
parserContext.getReaderContext().error("The flow [" + flowName + "] must contain at least one step, flow or split",
|
||||
element);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user