A Sample Workflow is a series of steps that can comprise automated actions or human-in-the-loop actions (called screens). Workflows are defined by a workflow definition file (in Python) and a set of screens (implemented in TypeScript + React). A workflow definition file describes the sequence of steps, which may include:Documentation Index
Fetch the complete documentation index at: https://docs.samplehc.com/llms.txt
Use this file to discover all available pages before exploring further.
- (Normal) Steps: Steps that perform backend logic, such as calling APIs, processing documents, or transforming data.
- Screen steps: Steps that present a UI to the user for input or review.
Quickstart
Get started with Sample Workflows
Workflows and Steps
Learn about the different types of steps in a workflow