Interface IElementPrototypeData<TData>

    • Method Detail

      • getData

        TData getData()
        When a new workflow element is created, its data default to what is returned by this method. A copy is made of that data, subsequent modifications to the value returned by this method will not affect the workflow designer.
        Returns:
        The properties to be used for the new workflow element.