Skip to main content

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 TaskDefs
  • Define and register WfSpecs
  • Execute WfSpecs
  • Debug WfRuns

Prerequisites

To follow along with this track, you'll need:

Course Structure

  1. Quickstart - Get a simple workflow running quickly
  2. Your First Task Worker - Create your first Task Worker
  3. Your First WfSpec - Define your first WfSpec
  4. Executing Workflows - Learn different ways to execute WfRuns
  5. Debugging - Debug and troubleshoot WfRuns

Let's get started with the Quickstart!