}
private void processStageBlock(String flowId, StageBlock stage) throws IOException {
assert flowId != null;
assert stage != null;
VisualGraph model = VisualAnalyzer.convertStageBlock(stage);
emit(MessageFormat.format(PATH_STAGE_BLOCK, flowId, String.valueOf(stage.getStageNumber())), true, model);
}