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

Make fields "requires" and "provides" optional for task specs #5

Closed daniel-duarte closed 5 years ago

daniel-duarte commented 5 years ago

When a task spec has the field "requires" empty ([]), it would be good if it can be omitted. The same for "provides".

When any of them are not present, it would be assumed empty array.

daniel-duarte commented 5 years ago

Done in branch master. Will be available in next release.