fmartingr
/
jeeves
Archived
1
0
Fork 0

Added Flow.id

This commit is contained in:
Felipe M 2021-02-14 12:20:22 +01:00
parent e712ef4c80
commit 94d3ebb51a
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class Argument(BaseObject):
class Flow(BaseObject):
name: Text
id: int
tasks: List[Task] = field(default_factory=list)
arguments: Optional[List[Argument]] = None