Skip to content

Commit 31becba

Browse files
authored
Update WorkflowRunner.md
1 parent 3104cdc commit 31becba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MC/doc/WorkflowRunner.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ It is inspired by similar ideas in ALICE alibuild and the ALICE Data Processing
2121
* be resource aware (e.g., don't schedule 2 tasks requiring large memory at the same time)
2222
* allow to schedule any task, be it a simple executable, bash script, ROOT macro, or DPL workflow.
2323

24+
Typical workflows targeted by the tool are complex bash scripts of interdependent sections, with a mix of
25+
DPL workflows, transport simulation, QA, file-operations, validation steps, etc.
26+
2427
The goals of the tool are:
2528

2629
* automatic task parallelization (within or across timeframes)
@@ -137,3 +140,7 @@ Rerun worflow until AOD, skipping all tasks already done (task skipping is defau
137140
```
138141
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --target-stages AOD
139142
```
143+
144+
# ToDo / Wanted feature list
145+
146+
* handle environment and environment variables

0 commit comments

Comments
 (0)