wkappbot-core
★★☆
ScenarioRunner: process: key + --no-dup flag for existing process adoption
Adopt a running process instead of launching when process: YAML key is set or --no-dup CLI flag is used. Avoids duplicate launches for elevated HTS processes.
Steps
- Use process: <exeName> in scenario YAML app...
- In scenario YAML: set app.process: nfrunlite...
- Use app.adopt: true for soft-adopt: tries Ge...
- CLI: wkappbot run <scenario.yaml> --no-dup s...
- Verified 2026-04-21: test-run-no-dup-adopt.s...