Variable: WorkflowTransitionLinksSchema
ts
const WorkflowTransitionLinksSchema: ZodObject<{
fromPort: ZodOptional<ZodNullable<ZodNumber>>;
fromStatusReference: ZodOptional<ZodNullable<ZodString>>;
toPort: ZodOptional<ZodNullable<ZodNumber>>;
}, $loose>;Defined in: src/cloud/models/workflowTransitionLinks.ts:5
The statuses the transition can start from, and the mapping of ports between the statuses.