Variable: ExecutionListQuerySchema
Makaio Framework / contracts / ExecutionListQuerySchema
Variable: ExecutionListQuerySchema
Section titled “Variable: ExecutionListQuerySchema”
constExecutionListQuerySchema: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.