Variable WorkflowSchemaConst
WorkflowSchema: ZodObject<{
AutoRunEnabled: ZodBoolean;
AutoRunInterval: ZodNullable<ZodNumber>;
AutoRunIntervalMinutes: ZodNullable<ZodNumber>;
AutoRunIntervalUnits: ZodNullable<ZodUnion<[ZodLiteral<"Days">, ZodLiteral<"Hours">, ZodLiteral<"Minutes">, ZodLiteral<"Months">, ZodLiteral<"Weeks">, ZodLiteral<"Years">]>>;
Description: ZodNullable<ZodString>;
ExternalSystemRecordID: ZodString;
ID: ZodString;
Name: ZodString;
SubclassName: ZodNullable<ZodString>;
WorkflowEngineID: ZodString;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
AutoRunEnabled?: boolean;
AutoRunInterval?: number;
AutoRunIntervalMinutes?: number;
AutoRunIntervalUnits?: "Days" | "Hours" | "Minutes" | "Months" | "Weeks" | "Years";
Description?: string;
ExternalSystemRecordID?: string;
ID?: string;
Name?: string;
SubclassName?: string;
WorkflowEngineID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
AutoRunEnabled?: boolean;
AutoRunInterval?: number;
AutoRunIntervalMinutes?: number;
AutoRunIntervalUnits?: "Days" | "Hours" | "Minutes" | "Months" | "Weeks" | "Years";
Description?: string;
ExternalSystemRecordID?: string;
ID?: string;
Name?: string;
SubclassName?: string;
WorkflowEngineID?: string;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
AutoRunEnabled: ZodBoolean
AutoRunInterval: ZodNullable<ZodNumber>
AutoRunIntervalMinutes: ZodNullable<ZodNumber>
AutoRunIntervalUnits: ZodNullable<ZodUnion<[ZodLiteral<"Days">, ZodLiteral<"Hours">, ZodLiteral<"Minutes">, ZodLiteral<"Months">, ZodLiteral<"Weeks">, ZodLiteral<"Years">]>>
Description: ZodNullable<ZodString>
ExternalSystemRecordID: ZodString
ID: ZodString
Name: ZodString
SubclassName: ZodNullable<ZodString>
WorkflowEngineID: ZodString
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional AutoRunEnabled?: boolean
Optional AutoRunInterval?: number
Optional AutoRunIntervalMinutes?: number
Optional AutoRunIntervalUnits?: "Days" | "Hours" | "Minutes" | "Months" | "Weeks" | "Years"
Optional Description?: string
Optional ExternalSystemRecordID?: string
Optional ID?: string
Optional Name?: string
Optional SubclassName?: string
Optional WorkflowEngineID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional AutoRunEnabled?: boolean
Optional AutoRunInterval?: number
Optional AutoRunIntervalMinutes?: number
Optional AutoRunIntervalUnits?: "Days" | "Hours" | "Minutes" | "Months" | "Weeks" | "Years"
Optional Description?: string
Optional ExternalSystemRecordID?: string
Optional ID?: string
Optional Name?: string
Optional SubclassName?: string
Optional WorkflowEngineID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity Workflows