Modes
Each workflow runs in one of two modes, chosen at creation time: Deterministic - Lark’s AI writes a test script based on your description. The script runs the same steps on each invocation. If your product changes, Lark repairs the script to match. Best for repeatable regression tests. AI-driven - Lark’s AI performs the test from scratch on each run, deciding how to reach the goal you described. No stored script. Best for exploratory tests and complex flows where the exact path may vary.Workflow statuses
A workflow moves through these statuses as Lark generates, runs, and maintains it:| Status | Meaning |
|---|---|
generating | Lark is building the test script. |
generation_successful | Script generation finished. The workflow is ready to run. |
active | The workflow is ready to run on invocation or schedule. |
needs_repair | A deterministic workflow’s script failed and needs a fix. See repairs. |
repairing | Lark is fixing the test script. |
repair_successful | The repair finished. The workflow is ready to run again. |
repair_failed | The repair did not succeed. This likely indicates a bug in your product or environment. |
archived | The workflow is hidden and cannot run. Unarchive it to restore it. |