Skip to main content

StepRecord

@forge/monorepo


@forge/monorepo / backend/src / StepRecord

Type Alias: StepRecord

StepRecord = object

Defined in: backend/src/flows/index.ts:241

Properties

attempt

readonly attempt: number

Defined in: backend/src/flows/index.ts:247


costMinorUnits?

readonly optional costMinorUnits?: number

Defined in: backend/src/flows/index.ts:250


error?

readonly optional error?: string

Defined in: backend/src/flows/index.ts:251


finishedAt?

readonly optional finishedAt?: string

Defined in: backend/src/flows/index.ts:245


kind

readonly kind: StepKind

Defined in: backend/src/flows/index.ts:243


member?

readonly optional member?: string

Defined in: backend/src/flows/index.ts:249

Which team member ran it, when a team step did — #186 AC-9, so "which agent costs the money" is answerable.


outcome

readonly outcome: "ok" | "failed" | "skipped" | "waiting"

Defined in: backend/src/flows/index.ts:246


startedAt

readonly startedAt: string

Defined in: backend/src/flows/index.ts:244


step

readonly step: string

Defined in: backend/src/flows/index.ts:242