Variable: WorkflowTransitionRulesUpdateErrorDetailsSchema
ts
const WorkflowTransitionRulesUpdateErrorDetailsSchema: ZodObject<{
ruleUpdateErrors: ZodRecord<ZodString, ZodAny>;
updateErrors: ZodArray<ZodString>;
workflowId: ZodObject<{
draft: ZodOptional<ZodBoolean>;
name: ZodString;
}, $loose>;
}, $loose>;Defined in: src/cloud/models/workflowTransitionRulesUpdateErrorDetails.ts:6
Details of any errors encountered while updating workflow transition rules for a workflow.