Configuration File
The main configuration file is located atconfig/workflows.php. You can publish this configuration file using:
Key Configuration Areas
Workflows Folder
Defines where your workflow classes are stored in your application.Database Models
Customize the Eloquent models used for persisting workflow data:stored_workflow_model- Main workflow instancesstored_workflow_exception_model- Workflow exceptionsstored_workflow_log_model- Activity execution logsstored_workflow_signal_model- External signalsstored_workflow_timer_model- Scheduled timers
Serialization
Configure how workflow data is serialized and stored:Data Retention
Control how long completed workflows are kept:Configuration Topics
Queue Configuration
Configure Laravel queues for workflow execution
Database Setup
Set up database tables and connections
Configuration Options
Complete reference of all configuration options