StepRecord
@forge/monorepo / backend/src / StepRecord
Type Alias: StepRecord
StepRecord =
object
Defined in: backend/src/flows/index.ts:241
Properties
attempt
readonlyattempt:number
Defined in: backend/src/flows/index.ts:247
costMinorUnits?
readonlyoptionalcostMinorUnits?:number
Defined in: backend/src/flows/index.ts:250
error?
readonlyoptionalerror?:string
Defined in: backend/src/flows/index.ts:251
finishedAt?
readonlyoptionalfinishedAt?:string
Defined in: backend/src/flows/index.ts:245
kind
readonlykind:StepKind
Defined in: backend/src/flows/index.ts:243
member?
readonlyoptionalmember?: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
readonlyoutcome:"ok"|"failed"|"skipped"|"waiting"
Defined in: backend/src/flows/index.ts:246
startedAt
readonlystartedAt:string
Defined in: backend/src/flows/index.ts:244
step
readonlystep:string
Defined in: backend/src/flows/index.ts:242