server.web.models.workflow_run
Workflow run database table.
Attributes
Classes
Database table for recording Workflow Runs. |
Module Contents
- class server.web.models.workflow_run.WorkflowRun[source]
Bases:
jobmon.server.web.models.BaseDatabase table for recording Workflow Runs.
- terminable(current_time: datetime.datetime) bool[source]
Whether a workflowrun can be terminated.
A workflowrun can be terminated if it is in Cold/Hot resume state and has missed the last reporting heartbeat.