Skip to content

Variable: ExecutionListQuerySchema

Makaio Framework


Makaio Framework / contracts / ExecutionListQuerySchema

const ExecutionListQuerySchema: ZodObject<{ status: ZodOptional<ZodEnum<{ cancelled: "cancelled"; completed: "completed"; failed: "failed"; paused: "paused"; pending: "pending"; running: "running"; }>>; workflowId: ZodOptional<ZodString>; }, $strip>

Defined in: ../../../packages/contracts/src/workflow/schemas.ts:501

Query parameters for listing workflow executions.