mantis-control-plane/mantis-control-plane-server/src/main/java/io/mantisrx/server/master/domain/DataFormatAdapter.java [595:609]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                jobMetadata.getJobId().getCluster(),
                jobMetadata.getUser(),
                jobMetadata.getSubmittedAtInstant().toEpochMilli(),
                startedAtInstant.toEpochMilli(),
                jobMetadata.getJobJarUrl(),
                jobMetadata.getTotalStages(),
                jobMetadata.getSla().orElse(null),
                convertToMantisJobState(jobMetadata.getState()),
                jobMetadata.getWorkerTimeoutSecs(),
                jobMetadata.getHeartbeatIntervalSecs(),
                jobMetadata.getSubscriptionTimeoutSecs(),
                jobMetadata.getParameters(),
                jobMetadata.getNextWorkerNumberToUse(),
                // TODO need to wire migration config here so it can get persisted
                null,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mantis-control-plane/mantis-control-plane-server/src/main/java/io/mantisrx/server/master/domain/DataFormatAdapter.java [616:630]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                jobMetadata.getJobId().getCluster(),
                jobMetadata.getUser(),
                jobMetadata.getSubmittedAtInstant().toEpochMilli(),
                startedAtInstant.toEpochMilli(),
                jobMetadata.getJobJarUrl(),
                jobMetadata.getTotalStages(),
                jobMetadata.getSla().orElse(null),
                convertToMantisJobState(jobMetadata.getState()),
                jobMetadata.getWorkerTimeoutSecs(),
                jobMetadata.getHeartbeatIntervalSecs(),
                jobMetadata.getSubscriptionTimeoutSecs(),
                jobMetadata.getParameters(),
                jobMetadata.getNextWorkerNumberToUse(),
                // TODO need to wire migration config here so it can get persisted
                null,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



