WJb Docs - Basic
Start here with installation, quick starts, and core concepts.
π Start Here
β¨ First Steps
β Next Steps
β‘οΈ Whatβs Next
Congratulations!
You have completed the Basic level.
What you can do now
You already know how to:
- Create Actions
- Enqueue Jobs
- Build simple workflows
- Explicitly decide the next step
- Run jobs with the in-memory store
Recommended next step
Go to the Intermediate level.
There you will learn:
- Passing data between actions more effectively
- Multiple next steps
- Basic failure handling and retry
- Observing job status and progress
- Practical workflow patterns
When to move further
Move to Intermediate when you want to:
- Build real multi-step business processes
- Handle errors properly
- Understand what is happening during execution
Remember
WJb philosophy stays the same at every level:
If you can read the code, you can understand the workflow.
See you on the next level.