Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3245
Hi @liuxunorg I would prefer to add another method
```
public boolean runParagraph(String noteId,
String paragraphId,
Map<String, Object> params,
Map<String, Object> config,
boolean failIfDisabled,
boolean blocking,
ServiceContext context,
ServiceCallback<Paragraph> callback) throws
IOException {
```
which would delegate to existing runParagraph method.
This is more clean for me. ---
