keiro-dsl-0.15.0.0: test/fixtures/workspace-path-collision/domain/a.keiro
language keiro-dsl 4
context demo-project
id RunId prefix=run
aggregate Run
regs
runId RunId = placeholder
states Pending Done!
command DoThing { runId attempt:Int }
event ThingCompleted { runId attempt:Int }
Pending -- DoThing -->
emit ThingCompleted
goto Done
wire kind=ctorName fields=camelCase schemaVersion=1