Java
Welcome to the Java track of the LittleHorse Getting Started course! This series of lessons will teach you how to build workflows using the LittleHorse Java SDK.
What You'll Learn
In this track, you'll learn how to:
- Set up a local development environment for Java-based LittleHorse development
- Create Task Workers to execute business logic using
TaskDef
s - Define and register
WfSpec
s - Execute
WfSpec
s - Debug
WfRun
s
Prerequisites
To follow along with this track, you'll need:
Course Structure
- Quickstart - Get a simple workflow running quickly
- Your First Task Worker - Create your first Task Worker
- Your First WfSpec - Define your first
WfSpec
- Executing Workflows - Learn different ways to execute
WfRun
s - Debugging - Debug and troubleshoot
WfRun
s
Let's get started with the Quickstart!