bull-stepfunction
Version:
run bullQ job like AWS stepfunction
7 lines (5 loc) • 397 B
Markdown
## Introduction

this example we use `Map` inside of it we call `Task` and after that we use `Choice` to filter result
the result greaterThan 10 as we defined in `asl.json` goes to `NextState` and otherwise goes to `DefaulState`
and it has type of `Wait`