Skip to content

Differentiate between dynamic and quasi-dynamic modules #179

Open
@ctrueden

Description

@ctrueden

Some modules alter the number, names or types of their parameters. These are fully dynamic and most difficult to deal with in workflow systems.

Other modules only want to alter the "lesser" properties of their parameters, such as the items of a multiple choice. These are only "quasi-dynamic" and are easier to deal with in many circumstances.

It would be best if there were an easy way to differentiate between these two scenarios. At the moment, both types of commands extend DynamicCommand, with no way to tell the difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions