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
Currently the users see both the Config and JobConfig objects, which can be confusing.
JobConfig: This can be renamed to JobParameters. It can hold job specific parameters supplied by the user. It will we part of Job object. It will be provided to each Worker with IWorker interface.
Config: This will have parameters that are specific to Twister2 system. Users should neither see this Config object when they submit the job, nor in IWorker.
A possible solution would be to hide Config from users. When they submit the job, they don't see Config
The text was updated successfully, but these errors were encountered:
Currently the users see both the Config and JobConfig objects, which can be confusing.
A possible solution would be to hide Config from users. When they submit the job, they don't see Config
The text was updated successfully, but these errors were encountered: