Variable WorkflowReferenceStatusSchemaConst
WorkflowReferenceStatusSchema: ZodObject<
{
approvalConfiguration: ZodOptional<
ZodObject<
{
active: ZodCustom<
"false"
| "true"
| string & {},
"false" | "true" | string & {},
>;
conditionType: ZodCustom<
"number"
| "percent"
| string & {}
| "numberPerPrincipal",
"number" | "percent" | string & {} | "numberPerPrincipal",
>;
conditionValue: ZodString;
exclude: ZodOptional<
ZodNullable<
ZodArray<
ZodNullable<
ZodCustom<(...) | (...) | (...), (...) | (...) | (...)>,
>,
>,
>,
>;
fieldId: ZodString;
prePopulatedFieldId: ZodOptional<ZodNullable<ZodString>>;
transitionApproved: ZodString;
transitionRejected: ZodString;
},
$loose,
>,
>;
deprecated: ZodOptional<ZodBoolean>;
layout: ZodOptional<
ZodObject<
{
x: ZodOptional<ZodNullable<ZodNumber>>;
y: ZodOptional<ZodNullable<ZodNumber>>;
},
$loose,
>,
>;
properties: ZodOptional<ZodRecord<ZodString, ZodAny>>;
statusReference: ZodOptional<ZodString>;
},
$loose,
> = ...
The statuses referenced in the workflow.