packages feed

keiro-dsl-0.15.0.0: test/fixtures/outcome-identifier-positions.keiro

language keiro-dsl 4
context outcome-state

enum Decision { outcome=outcome-wire Other=other-wire }

aggregate Review
  regs
    d Decision = Other
  states outcome Done!

  command Finish { note:Text }

  event Finished = fields(Finish)

  outcome -- Finish -->
    emit Finished
    goto Done