Skip to content

Populating SupervisorType/Properties #323

Description

@m8pple

The SupervisorType can define a Properties struct, which can be accessed through supervisorProperties.
However, there is no way (I can see) of populating these properties on a per-graph instance basis, as
the supervisor does not appear in the edge instance (because it is shared). The only way I can think of
to get things into supervisorProperties would be to define a struct with default initialisers, but there
would then be no way of changing them.

Trying to think of what it could be used for, the only things I can think of would be effectively
graph level properties, which would already be covered by graphProperties, and can then
be populated in the graph instance as normal.

Are there any examples of where they are needed?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions