Overview
The Flow Step Run Data Scheduled Job is a scheduled job that cleans the flow_step_run_data table daily and on startup. This table holds the execution data of all steps that had been run.
The purpose of the job is to prevent the flow_step_run_data table from taking up excessive disk space. This is a particular risk for very high processing servers. It is not recommended to turn this job off.
When the scheduled job is run, any data that is more than seven days old will be deleted from the table.
Accessing Scheduled Job
To access the scheduled job, navigate to System > Job and Events > Scheduled Jobs. The Job will appear on the Scheduled Jobs page. From here, the job can be modified using the Edit Scheduled Job action.