Hello, Zeppelin our users and our developers.

I am created zeppelin workflow on codebase feature.

But, actually I wish find a good method than my implement workflow method 
better. (before pr https://github.com/apache/zeppelin/pull/1799)

 

for example,  I made workflow is this here.

---

  val result = z.runSync("execute note id", "execute paragraph id")

  if (result.isError()) {

    new throw Exception("job error");

  }

 

// next job or done.

  

---

 

I was created jira issue. https://issues.apache.org/jira/browse/ZEPPELIN-1886 

Perhpas, you have a good idea or have a opinion.

please anytime write to comment.

 

If you can test this feature. 

Check to this pr (https://github.com/apache/zeppelin/pull/1799)

 

 

 

Thank you.

Reply via email to