Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scenarios component - jobAdded handler reading job parameters #302

Open
dykdhi opened this issue May 18, 2022 · 0 comments
Open

Scenarios component - jobAdded handler reading job parameters #302

dykdhi opened this issue May 18, 2022 · 0 comments
Assignees

Comments

@dykdhi
Copy link

dykdhi commented May 18, 2022

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:

  1. An issue with the configuration of the Scenarios component eg: wrong task ID
  2. The backend is omitting setting of job parameters
  3. The Scenarios component should not assume there will always be job.Parameters available

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants