File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,14 @@ reference:
1313- title : " Step Templates"
1414 desc : >
1515 Functions governing what is run by a step.
16- They are to be used as argument to `add_workflow_step()`
1716 contents :
1817 - starts_with("step_tmpl")
1918
2019- title : " Changing the Execution Order"
2120 desc : >
2221 Functions to query the currently running step and change the step to be run
23- next.
24- These functions are to be used inside a workflow running on an HPC. They
25- allow conditional execution and loop like behavior.
22+ next. These functions are to be used inside a workflow running on an HPC.
23+ They allow conditional execution and loop like behavior.
2624 contents :
2725 - change_next_workflow_step
2826 - get_current_workflow_step
You can’t perform that action at this time.
0 commit comments