danielduarte / flowed

A fast and reliable flow engine for orchestration and more uses in Node.js, Deno and the browser
https://danielduarte.github.io/flowed
MIT License
151 stars 21 forks source link

Create Multi-Task built-in resolver #17

Closed daniel-duarte closed 5 years ago

daniel-duarte commented 5 years ago

Create a built-in task resolver to repeat a task execution using different params each time. The input of the resolver would be an array of params. The resolver would execute input.length times. The output would be the array of results ordered in the same order as the params in the input array.

daniel-duarte commented 5 years ago

Done. Available in version 1.5.1. Built-in resolver name flowed::ArrayMap. Use example here.