Skip to content

Variable: WorkflowTransitionRulesUpdateErrorsSchema

ts
const WorkflowTransitionRulesUpdateErrorsSchema: ZodObject<{
  updateResults: ZodArray<ZodObject<{
     ruleUpdateErrors: ZodRecord<ZodString, ZodAny>;
     updateErrors: ZodArray<ZodString>;
     workflowId: ZodObject<{
        draft: ZodOptional<ZodBoolean>;
        name: ZodString;
     }, $loose>;
  }, $loose>>;
}, $loose>;

Defined in: src/cloud/models/workflowTransitionRulesUpdateErrors.ts:6

Details of any errors encountered while updating workflow transition rules.