Skip to content

Commit 6553db0

Browse files
authored
Update documentation
1 parent 810c60d commit 6553db0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

MC/doc/WorkflowRunner.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ Execute workflow in serialized manner (only 1 task at a time)
112112
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -jmax 1
113113
```
114114

115+
Produce a shell script that can run the workflow (serialized)
116+
```
117+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --produce-script foo.sh
118+
```
119+
120+
Redo a certain task in the workflow and all its direct or indirect dependencies
121+
(This makes sense only if this not the first pass of the workflow)
122+
```
123+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --rerun-from tpcdigi_1
124+
```
115125

116126
## Future targeted features:
117127

@@ -122,5 +132,5 @@ ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages RECO
122132

123133
Rerun worflow until AOD, skipping all tasks already done
124134
```
125-
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages AOD --skip-done
135+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --stages AOD
126136
```

0 commit comments

Comments
 (0)