GenericWorkflowJob¶
- 
class 
lsst.ctrl.bps.GenericWorkflowJob(name: str)¶ Bases:
objectInformation about a job that may be needed by various workflow management services.
Attributes Summary
Attributes Documentation
- 
abort_on_value¶ 
- 
abort_return_value¶ 
- 
attrs¶ 
- 
category¶ 
- 
cmdline¶ 
- 
compute_site¶ 
- 
environment¶ 
- 
label¶ 
- 
mail_to¶ 
- 
name¶ 
- 
number_of_retries¶ 
- 
post_cmdline¶ 
- 
pre_cmdline¶ 
- 
priority¶ 
- 
profile¶ 
- 
qgraph_node_ids¶ 
- 
quanta_summary¶ 
- 
quantum_graph¶ 
- 
request_cpus¶ 
- 
request_disk¶ 
- 
request_memory¶ 
- 
request_walltime¶ 
- 
retry_unless_exit¶ 
- 
when_to_mail¶ 
-