DurableOperationOptions

Interface: DurableOperationOptions

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

Extended by

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.


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.