ApproveOptions

Interface: ApproveOptions

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

Extends

Properties

description?

ts
optional description: string;
optional description: string;

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


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


title

ts
title: string;
title: string;

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