DeterministicValueOptions

Interface: DeterministicValueOptions

Defined in: packages/workflow-core/src/types.ts:281

Extends

Properties

id?

ts
optional id: string;
optional id: string;

Defined in: packages/workflow-core/src/types.ts:30

Stable durable-operation identifier. Supplying this lets replay find the right log record even if surrounding operations are reordered in a later workflow version.

Inherited from

DurableOperationOptions.id


meta?

ts
optional meta: WorkflowMetadata;
optional meta: WorkflowMetadata;

Defined in: packages/workflow-core/src/types.ts:32

Free-form host/UI metadata copied into the operation's log event.

Inherited from

DurableOperationOptions.meta