> $lastExecutionData the data which was returned from the previous execution * @return array>|null optionally return an array with the same data than the previous execution */ public function run(array $lastExecutionData): ?array; }