Skip to content

Commit

Permalink
document metadata + metadata_updates in Flow class doc str
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 22, 2024
1 parent 9f16d51 commit b6786ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/jobflow/core/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ class Flow(MSONable):
automatically when a flow is included in the jobs array of another flow.
The object identified by one UUID of the list should be contained in objects
identified by its subsequent elements.
metadata
A dictionary of information that will get stored in the Flow collection.
metadata_updates
A list of updates for the metadata that will be applied to any dynamically
generated sub Flow/Job.
Raises
------
Expand Down

0 comments on commit b6786ca

Please sign in to comment.