Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reloading of flow spanning multiple files #233

@simonafk

Description

@simonafk

If a flow span multiple files (e.g. a flow merges another flow from a different module), reloading may not work correctly.

Possible issues

  • Reload ordering: If a flow X merges flow Y from another module, then the module containing flow Y needs to be reloaded before the module containing flow X.
  • Dependency changes: Flow dependencies may be changed (e.g. flow X previously merges flow Y, but now merges flow Z instead), it is possible that the modules for the newly added dependencies need to be reloaded.

We may need to implement recursive module reloading.

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