File tree Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -197,36 +197,38 @@ commands are arranged into groups to avoid having to list them individually:
197
197
A user with read permissions may view workflows, monitor tasks states and
198
198
open log files, but they cannot interact with the workflows.
199
199
200
- * ``Read ``
200
+ * ``read ``
201
201
``CONTROL `` (e.g. start & stop workflows)
202
202
A user with control permissions may issue commands to interact with workflows
203
203
and can start/stop workflows but cannot redefine the workflow configuration
204
204
itself (without direct filesystem access).
205
205
206
- * ``Clean ``
207
- * ``Ext-trigger ``
208
- * ``Hold ``
209
- * ``Kill ``
210
- * ``Message ``
211
- * ``Pause ``
212
- * ``Play ``
213
- * ``Poll ``
214
- * ``Release ``
215
- * ``ReleaseHoldPoint ``
216
- * ``Reload ``
217
- * ``Remove ``
218
- * ``Resume ``
219
- * ``SetGraphWindowExtent ``
220
- * ``SetHoldPoint ``
221
- * ``SetOutputs ``
222
- * ``SetVerbosity ``
223
- * ``Stop ``
224
- * ``Trigger ``
206
+ * ``clean ``
207
+ * ``ext_trigger ``
208
+ * ``hold ``
209
+ * ``kill ``
210
+ * ``message ``
211
+ * ``pause ``
212
+ * ``play ``
213
+ * ``poll ``
214
+ * ``release ``
215
+ * ``release_hold_point ``
216
+ * ``reload ``
217
+ * ``remove ``
218
+ * ``resume ``
219
+ * ``scan `` (for manually refreshing the workflow list)
220
+ * ``set ``
221
+ * ``set_graph_window_extent ``
222
+ * ``set_hold_point ``
223
+ * ``set_verbosity ``
224
+ * ``stop ``
225
+ * ``trigger ``
226
+
225
227
``ALL `` (i.e. full control)
226
228
A user with all permissions may alter task configuration so may inject
227
229
arbitrary code into the workflow.
228
230
229
- * ``Broadcast ``
231
+ * ``broadcast ``
230
232
231
233
.. note ::
232
234
You can’t perform that action at this time.
0 commit comments