Variable: WorkflowRulesSearchSchema
ts
const WorkflowRulesSearchSchema: ZodObject<{
expand: ZodOptional<ZodString>;
ruleIds: ZodArray<ZodString>;
workflowEntityId: ZodString;
}, $loose>;Defined in: src/cloud/models/workflowRulesSearch.ts:5
Details of the workflow and its transition rules.