Deciding Between Workflows and Other Patterns for Event-Driven Action Execution
Given I‘ve got a scenario such as incoming events where based on different types I want to execute n actions which might share m external data requirements, would that be something for workflows or any other recommendations