Variable WorkflowTransitionRulesUpdateErrorDetailsSchemaConst
WorkflowTransitionRulesUpdateErrorDetailsSchema: ZodObject<
{
ruleUpdateErrors: ZodRecord<ZodString, ZodAny>;
updateErrors: ZodArray<ZodString>;
workflowId: ZodObject<
{ draft: ZodOptional<ZodBoolean>; name: ZodString },
$loose,
>;
},
$loose,
> = ...
Details of any errors encountered while updating workflow transition rules for a workflow.