Defined in: packages/workflow-core/src/types.ts:611
Thrown by RunStore.appendEvent when another writer has already committed a record at the requested index. The engine catches it and decides whether to treat as idempotent (same signalId) or as a lost race (different signalId).
new LogConflictError(
runId,
attemptedIndex,
existing?): LogConflictError;new LogConflictError(
runId,
attemptedIndex,
existing?): LogConflictError;Defined in: packages/workflow-core/src/types.ts:613
string
number
LogConflictError
Error.constructorError.constructorreadonly attemptedIndex: number;readonly attemptedIndex: number;Defined in: packages/workflow-core/src/types.ts:615
optional cause: unknown;optional cause: unknown;Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24
Error.causeError.causereadonly optional existing: WorkflowEvent;readonly optional existing: WorkflowEvent;Defined in: packages/workflow-core/src/types.ts:616
message: string;message: string;Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1075
Error.messageError.messagereadonly name: "LogConflictError" = 'LogConflictError';readonly name: "LogConflictError" = 'LogConflictError';Defined in: packages/workflow-core/src/types.ts:612
Error.nameError.namereadonly runId: string;readonly runId: string;Defined in: packages/workflow-core/src/types.ts:614
optional stack: string;optional stack: string;Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Error.stackError.stack