Hi, all
I think this should be a typo error for TransformProcess.toYaml() implementation.
It may be like the code below.
public String toYaml() {
try {
return JsonMappers.getMapperYaml().writeValueAsString(this);
} catch (JsonProcessingException e) {
//TODO proper exception message
throw new RuntimeException(e);
}
}
Could anyone else to confirm it ?
Thank you! Appreciate your reply.