$mappedTargets */ public function startRun( string $profileKey, array $mappedTargets, ?string $sourceFilename, int $userId, ?int $currentTenantId ): ?int; /** * @param array $result */ public function finishRun(?int $runId, array $result, ?string $forcedStatus = null): void; }