Interface INodePrototypeDescriptor<TData>

  • Type Parameters:
    TData - Type of the node's properties model.
    All Superinterfaces:
    IElementPrototypeDescriptor<TData>
    All Known Implementing Classes:
    NodePrototypeDescriptor

    public interface INodePrototypeDescriptor<TData>
    extends IElementPrototypeDescriptor<TData>
    A prototype for a workflow node that is shown in the drawer panel in the workflow designer. The user can move a prototype via drag & drop into the design area in the center to create a new node.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH