This commit is contained in:
Keith Donald
2008-03-23 03:43:04 +00:00
parent 41ab629934
commit 9dfe29e25c

View File

@@ -69,7 +69,7 @@ public class DefaultFlowHolder implements FlowDefinitionHolder {
public synchronized FlowDefinition getFlowDefinition() throws FlowDefinitionConstructionException {
if (assembling) {
// must return early assembly result
// must return early assembly result for when a flow calls itself recursively
return getFlowBuilder().getFlow();
}
if (flowDefinition == null) {