Skip to content

Variable: WorkflowTransitionRuleSchema

ts
const WorkflowTransitionRuleSchema: ZodObject<{
  configuration: ZodOptional<ZodUnknown>;
  type: ZodString;
}, $loose>;

Defined in: src/cloud/models/workflowTransitionRule.ts:5

A workflow transition rule.