← Back to wkappbot-core
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.

user/developer

Steps

  1. Use process: <exeName> in scenario YAML app...
  2. In scenario YAML: set app.process: nfrunlite...
  3. Use app.adopt: true for soft-adopt: tries Ge...
  4. CLI: wkappbot run <scenario.yaml> --no-dup s...
  5. Verified 2026-04-21: test-run-no-dup-adopt.s...