runabol/piper

Branch fork/join documentation issue

Closed this issue · 3 comments

The one bolded should be replaced with "tasks" not "branches". Branches doesn't work.

Fork/Join
Executes each branch in the branches as a seperate and isolated sub-flow. Branches are executed internally in sequence.

- type: fork
  **branches**: 
     - - name: randomNumber                 <-- branch 1 start here
         label: Generate a random number
         type: randomInt
         startInclusive: 0
         endInclusive: 5000

@levystasman That's really strange. Looking at the code, the property branches should be considered, not tasks.

@ccamel Let me revisit and do some further investigation

closing due to inactivity.