keiro-dsl-0.15.0.0: test/fixtures/operation-ghost-aggregate.keiro
language keiro-dsl 4
context repro
workflow Wf
name "wf"
in WfInput { thingId:Id }
out WfSummary
id from input.thingId via idText
body
await approval -> ApprovalResult
operation DoThing
command on GhostAggregate
stream from thingId via thingStream
project [ ghostTable ]