server.web.models.workflow
Workflow Database Table.
Attributes
Classes
Workflow Database Table. |
Module Contents
- class server.web.models.workflow.Workflow[source]
Bases:
jobmon.server.web.models.BaseWorkflow Database Table.
- _is_timely_transition(new_state: str) bool[source]
Check if the transition is invalid due to a race condition.
- link_workflow_run(workflow_run: jobmon.server.web.models.workflow_run.WorkflowRun, next_report_increment: float) Tuple[source]
Link a workflow run to this workflow.
- reset(current_time: datetime.datetime) None[source]
Set a workflow to a resumable state.