Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / RunStatus

Type Alias: RunStatus

RunStatus = "pending" | "running" | "paused" | "completed" | "failed"

Defined in: orchestrator/registry.ts:14

一次运行的生命周期状态。

MIT Licensed