update resume input
Browse files- maintenance_flow.py +2 -0
maintenance_flow.py
CHANGED
|
@@ -5,7 +5,9 @@ from DB_utils import set_maintenance_status,generate_empty_well,insert_maintenan
|
|
| 5 |
from prefect.input import RunInput
|
| 6 |
|
| 7 |
class UserInput(RunInput):
|
|
|
|
| 8 |
name: str
|
|
|
|
| 9 |
|
| 10 |
@flow
|
| 11 |
def request_wells_maintenance(maintenance_type):
|
|
|
|
| 5 |
from prefect.input import RunInput
|
| 6 |
|
| 7 |
class UserInput(RunInput):
|
| 8 |
+
Maintenance_Completed : bool
|
| 9 |
name: str
|
| 10 |
+
|
| 11 |
|
| 12 |
@flow
|
| 13 |
def request_wells_maintenance(maintenance_type):
|