Github user cloverhearts commented on the issue:
https://github.com/apache/zeppelin/pull/1176
update
add operator : all paragraph (*)
and ui fixed.

If you want to run to all Paragraph in Note, you can:
```
NoteID : *
or
NoteID
```
```
${workflow:workflow=MyworkflowName,NotebookId}
or
${workflow:workflow=MyworkflowName,NotebookId:*}
```
for example
```
${workflow:workflow=Myworkflow,2A94M5J1Z}
```
Of course, it is possible to run a particular paragraph and mix.
```
%md
${workflow:workflow=Myworkflow,2A94M5J1Z|r|2BQWXDH1C:20160714-151024_1284650101}
```
---
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.
---