type RunStatus = "running" | "paused" | "finished" | "errored" | "aborted";
Defined in: packages/workflow-core/src/types.ts:483