Skip to content

Commit

Permalink
Merge branch 'develop' into test/Metric-component
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 authored Jul 11, 2024
2 parents ffc2f60 + a2b94cf commit b801b67
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions taipy/core/scenario/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@
class Scenario(_Entity, Submittable, _Labeled):
"""Instance of a Business case to solve.
A scenario holds a set of tasks (instances of `Task^` class) to submit for execution in order to
solve the Business case. It also holds a set of additional data nodes (instances of `DataNode` class)
for extra data related to the scenario.
A scenario holds a set of tasks (instances of `Task^` class) to submit for execution in order
to solve the Business case. Each task can be connected to some data nodes as input or output
forming an execution graph. The scenario can be submitted for execution, and the tasks will
be orchestrated to solve the Business case.<br>
A scenario also holds a set of additional data nodes (instances of `DataNode^` class) for
extra data related to the scenario.
!!! note
Expand Down

0 comments on commit b801b67

Please sign in to comment.