fenfisdi / cdslab_cmodels_api

cmodels API repo
GNU General Public License v3.0
0 stars 0 forks source link

Modify simulation config model to include ``executed`` field and update ``id`` -> ``simulation_id`` #39

Open jearistiz opened 3 years ago

jearistiz commented 3 years ago

Modify the simulation config model to include executed field

{
  id -> simulation_id : ObjectId
  (··· all other fields)
  executed: bool
}
Camilo-HG commented 3 years ago

After reviewing the diagram flow, we have noticed that instead of executed it sould be Status and it can take the next values: Incomplete config, Running, Done and Error