Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Jul 8, 2024
1 parent 5558ac9 commit ccb5c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions griptape/structures/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def __attrs_post_init__(self) -> None:
self._builder = TaskGraphBuilder(tasks=self._tasks, task_graph=self._task_graph)
else:
self._builder = TaskGraphBuilder(tasks=self._tasks)
elif self._tasks is not None:
self._builder.tasks.add(*self._tasks)


@define
Expand Down

0 comments on commit ccb5c15

Please sign in to comment.