throw e;
}
// Unless there is problem in the framework or generic workflow implementation this shouldn't be executed
Exception failure = new ChildWorkflowFailedException(0, childExecution, parameters.getWorkflowType(), e.getMessage(),
"null");
failure.initCause(e);
throw failure;
}
@Override
protected void doFinally() throws Throwable {