File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
scenariorun/src/main/kotlin/com/cosmotech/scenariorun/service Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -840,8 +840,7 @@ class ScenarioRunServiceImpl(
840
840
" Running" -> ScenarioRunState .Running
841
841
" Succeeded" -> {
842
842
logger.trace(
843
- " checkDataIngestionState=$checkDataIngestionState ," +
844
- " csmSimulationRun=$csmSimulationRun " )
843
+ " checkDataIngestionState=$checkDataIngestionState ," + " scenarioRunId=$scenarioRunId " )
845
844
if (checkDataIngestionState == true && csmSimulationRun != null ) {
846
845
logger.debug(
847
846
" ScenarioRun $scenarioRunId (csmSimulationRun=$csmSimulationRun ) reported as " +
@@ -851,7 +850,7 @@ class ScenarioRunServiceImpl(
851
850
organizationId = organizationId,
852
851
workspaceKey = workspaceKey,
853
852
scenarioRunId = scenarioRunId!! ,
854
- csmSimulationRun = csmSimulationRun ,
853
+ csmSimulationRun = scenarioRunId ,
855
854
)
856
855
logger.debug(
857
856
" Data Ingestion status for ScenarioRun $scenarioRunId " +
You can’t perform that action at this time.
0 commit comments