packages feed

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

context outcome-ident

aggregate Account
  regs
    outcome Text = "none"
  states Open Done!

  command Close { outcome }

  event AccountClosed = fields(Close)

  Open -- Close -->
    write outcome := outcome
    emit AccountClosed
    goto Done