Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/1799
@cloverhearts What I mean is that the code like following would be called
many times by users
```
if (z.getZeppelinJobStatus("execute note id", "execute paragraph
id").getJobStatus().isFinished() == true)
{ z.run("execute note id", "execute paragraph id") }
```
It is just like some code templates, so what I suggest is that we can
create a high level workflow framework which use these apis internally. And for
users, they just need to specify the dependency between paragraphs using this
framework, they don't need to check job status like the code above.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---