Skip to content

Variable: WorkflowElementReferenceSchema

ts
const WorkflowElementReferenceSchema: ZodObject<{
  propertyKey: ZodOptional<ZodString>;
  ruleId: ZodOptional<ZodString>;
  statusMappingReference: ZodOptional<ZodObject<{
     issueTypeId: ZodString;
     projectId: ZodString;
  }, $loose>>;
  statusReference: ZodOptional<ZodString>;
  transitionId: ZodOptional<ZodString>;
}, $loose>;

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

A reference to the location of the error. This will be null if the error does not refer to a specific element.