idmtools_platform_local.internals.data.job_status module¶
- 
class 
idmtools_platform_local.internals.data.job_status.JobStatus(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseGeneric status table. At moment we only have one which contains both experiments and simulations We do it this way to allow for more flexible support in future for non-emod-ish workflows(ie a bunch of single jobs instead of an experiment with sub simulations
- 
uuid¶ 
- 
parent_uuid¶ 
- 
status¶ 
- 
data_path¶ 
- 
extra_details¶ 
- 
created¶ 
- 
updated¶ 
- 
to_dict(as_experiment=True)¶ 
-