We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d681e3e + e48f354 commit d9521d4Copy full SHA for d9521d4
1 file changed
nextflow/models.py
@@ -27,8 +27,8 @@ class Execution:
27
stdout: str
28
stderr: str
29
return_code: str
30
- started: datetime
31
- finished: datetime
+ started: datetime | None
+ finished: datetime | None
32
command: str
33
log: str
34
path: str
@@ -74,8 +74,8 @@ class ProcessExecution:
74
75
bash: str
76
submitted: datetime
77
78
79
status: str
80
cached: bool
81
io: Any
0 commit comments