dapr / go-sdk

Dapr SDK for go
Apache License 2.0
442 stars 170 forks source link

Workflows - Fan-out/fan-in pattern support #508

Closed mikeee closed 6 months ago

mikeee commented 6 months ago

Is your feature request related to a problem? Please describe.

When writing docs for workflows I realised as there is a loose wrapper around the durabletask-go module it'd be necessary to import the package to declare a slice or list of tasks. This is used when implementing the fan-out/fan-in pattern.

Describe the solution you'd like

Describe alternatives you've considered

Additional context