Interface ICustomConfigurableWorkflowObject

    • Method Detail

      • getCustomProperties

        Map<String,​String> getCustomProperties()
        Get the custom properties.
        Returns:
        The custom properties.
      • setCustomProperties

        void setCustomProperties​(Map<String,​String> p_customProperties)
        Set the custom properties.
        Parameters:
        p_customProperties - The custom properties to be set (must not be null).