If an SEL file is loaded with the header block key "Experiment Status" and a value with valid experiment status, then when the new experiment is loaded, its status will be set as requested.
If the status value supplied is not one of the configured experiment statuses, then the SEL file is invalid and an error will be returned in the dry-run
If "Experiment Status" is not in the SEL file header then the status is set based on this config
server.sel.experimentStatus=approved
Current Behavior
Experiments loaded with SEL get the status in this configuration
server.sel.experimentStatus=approved
Expected Behavior
If an SEL file is loaded with the header block key "Experiment Status" and a value with valid experiment status, then when the new experiment is loaded, its status will be set as requested.
If the status value supplied is not one of the configured experiment statuses, then the SEL file is invalid and an error will be returned in the dry-run
If "Experiment Status" is not in the SEL file header then the status is set based on this config server.sel.experimentStatus=approved
Current Behavior
Experiments loaded with SEL get the status in this configuration server.sel.experimentStatus=approved