You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SAR project, the jobAdded signalr handler tries to read a field called Parameters.ScenarioId, which fails as Parameters is undefined. When looking at the job.Data object (shown in the hover window below), you can see there is no Parameters field. I can't tell if this is:
An issue with the configuration of the Scenarios component eg: wrong task ID
The backend is omitting setting of job parameters
The Scenarios component should not assume there will always be job.Parameters available
The text was updated successfully, but these errors were encountered:
In the SAR project, the jobAdded signalr handler tries to read a field called Parameters.ScenarioId, which fails as Parameters is undefined. When looking at the job.Data object (shown in the hover window below), you can see there is no Parameters field. I can't tell if this is:
The text was updated successfully, but these errors were encountered: