packages feed

keiro-dsl-0.17.0.0: test/fixtures/process-reactions-language5.keiro

language keiro-dsl 5
context process-reactions

process IncidentReaction
  name "incident-reaction"
  reactions version 1
  input IncidentReported { incidentId:Text }
  correlate input.incidentId via idText
  saga IncidentSaga category "incidentSaga"
  target Incident
  projections [ ]
  on IncidentReported
    no-action
  dispatch-id strategy=uuidv5 from=(name, correlationId, sourceEventId, targetStreamName, occurrence)
  rejected => halt
  poison => halt