Skip to main content

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:
StatusMeaning
generatingLark is building the test script.
generation_successfulScript generation finished. The workflow is ready to run.
activeThe workflow is ready to run on invocation or schedule.
needs_repairA deterministic workflow’s script failed and needs a fix. See repairs.
repairingLark is fixing the test script.
repair_successfulThe repair finished. The workflow is ready to run again.
repair_failedThe repair did not succeed. This likely indicates a bug in your product or environment.
archivedThe workflow is hidden and cannot run. Unarchive it to restore it.