context-mapper-dsl icon indicating copy to clipboard operation
context-mapper-dsl copied to clipboard

New flow step type: command -> command

Open stefan-ka opened this issue 4 years ago • 1 comments

Current flow steps can be of the types:

  • event EventXY triggers command CommandXY
  • command CommandZ emits event EventZ

Do we maybe need another type?

  • command CommandA triggers command CommandB

Could be useful, but is however not conform to Event Storming meta models such as the one from DDD crew:

stefan-ka avatar Dec 17 '20 07:12 stefan-ka

I think it's useful when there are immediate events which are trivial. There also could be cases where one event triggers another, as described in this blog

wylswz avatar Feb 18 '25 10:02 wylswz