Skip to content

Variable: GetWorkflowTransitionRuleConfigurationsSchema

ts
const GetWorkflowTransitionRuleConfigurationsSchema: ZodObject<{
  draft: ZodOptional<ZodBoolean>;
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<"transition" | string & object, "transition" | string & object>, ZodArray<ZodCustom<"transition" | string & object, "transition" | string & object>>]>>;
  keys: ZodOptional<ZodArray<ZodString>>;
  maxResults: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
  types: ZodArray<ZodCustom<string & object | "postfunction" | "condition" | "validator", string & object | "postfunction" | "condition" | "validator">>;
  withTags: ZodOptional<ZodArray<ZodString>>;
  workflowNames: ZodOptional<ZodArray<ZodString>>;
}, $strip>;

Defined in: src/cloud/parameters/getWorkflowTransitionRuleConfigurations.ts:4