fetch-data, fetch-data:1,
fetch-data:2, …). You don’t need to generate unique names yourself.
Basic Pattern
Map over your data and create a step per item usingPromise.all:
:1, :2, etc.
automatically. Each step is individually memoized, so if the workflow restarts,
completed steps return their cached results and only the remaining steps
re-execute.