Skip to content

Commit a52089d

Browse files
authored
Update WorkflowRunner.md
1 parent 8109b9a commit a52089d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MC/doc/WorkflowRunner.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ Show what you would run
107107
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json --dry-run
108108
```
109109

110+
Execute workflow in serialized manner (only 1 task at a time)
111+
```
112+
${O2DPG_ROOT}/bin/o2_dpg_workflow_runner.py -f workflow.json -jmax 1
113+
```
114+
115+
110116
## Future targeted features:
111117

112118
Run until everyting marked "RECO" is done

0 commit comments

Comments
 (0)