bull-stepfunction
Version:
run bullQ job like AWS stepfunction
11 lines (6 loc) • 485 B
Markdown
## Introduction
In this example we use `Parallel`,`Task` and `Wait`

when we start stepfunction the data will be duplicated and passed through each branch of `Parallel`
in one of branches we have `Task` it will fetch some data from server via axios
and another branch has `Wait` and waits for 10 seconds as we defined in asl.json