Skip to main content

User Tasks

The LittleHorse Orchestrator natively supports User Tasks. However, the LH Orchestrator does not support the concept of user identity as the maintainers believe that it should be handled externally from the core workflow engine.

The User Tasks Extension to LittleHorse solves this problem by allowing you to connect your own Identity Provider (IdP) to LittleHorse. This product contains three components:

  1. The User Tasks Backend, which uses the OIDC protocol to connect your IdP to your LittleHorse workflows.
  2. A User Tasks React Library, which allows you to put User Tasks into any frontend application in just a few lines of code.
  3. A User Tasks Application, which is a self-sufficient UI to execute User Tasks that uses your IdP for login.
note

Documentation for the User Tasks product, both in LH Cloud and LH For Kubernetes, is coming soon.