Interface IPluginConfigParamList

    • Method Detail

      • getConfigParameter

        Map<String,​IPluginConfigParam> getConfigParameter()
        This method should return a map of parameters required by the workflow action plugin. The key is the name of the parameter, the value must be an instance of IPluginConfigParam with some details about the parameters, such as its default value and whether it is required.
        Returns:
        A map between the key of the property and the meta data of that property.