workflow_versions table to store workflow snapshotsWorkflowVersion model with restore() and compare() methodsstarts_with, ends_with for string prefix/suffix matchingregex and not_regex for pattern matchingbetween and not_between for range checksin_array and not_in_array for array membershipcontains_all and contains_any for array subset checkslength_eq, length_gt, length_lt for length comparisonsis_null, is_not_null, is_empty, is_not_empty for null/empty checksWorkflow model now includes versions() relationship and versioning methodsWorkflowBuilder component automatically creates versions on save when enabledConditionalEvaluator service extended with 17 advanced comparison operatorspcntl extension).execution_mode and parallel_group.scheduled_at timestamp.GET /api/forgepulse/workflows - List all workflowsGET /api/forgepulse/workflows/{id} - Get workflow detailsGET /api/forgepulse/executions - List all executionsGET /api/forgepulse/executions/{id} - Get execution detailsPOST /api/forgepulse/executions/{id}/pause - Pause executionPOST /api/forgepulse/executions/{id}/resume - Resume executionHow can I help you explore Laravel packages today?