ash-project / reactor

Reactor is a dynamic, concurrent, dependency resolving saga orchestrator.
https://ash-hq.org/
MIT License
44 stars 6 forks source link

feat: Add `collect` step entity. #53

Closed jimsynz closed 1 year ago

jimsynz commented 1 year ago

This change introduces the collect step entity to the DSL. It is simply a wrapper around Reactor.Step.ReturnAllArguments, but provides the convenience of being able to group together arguments into a single structure for passing into other steps.