Skip to content

Variable: WorkflowHistoryReadRequestSchema

ts
const WorkflowHistoryReadRequestSchema: ZodObject<{
  version: ZodOptional<ZodNumber>;
  workflowId: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/workflowHistoryReadRequest.ts:5

A request to read a specific workflow version from history.