Skip to content

Variable: ListWorkflowHistorySchema

ts
const ListWorkflowHistorySchema: ZodObject<{
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<string & object | "includeIntermediateWorkflows", string & object | "includeIntermediateWorkflows">, ZodArray<ZodCustom<string & object | "includeIntermediateWorkflows", string & object | "includeIntermediateWorkflows">>]>>;
  workflowId: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/cloud/parameters/listWorkflowHistory.ts:5