Interface IElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity>

Type Parameters:
TData - Type of the properties model for the workflow element. See IElementHandler.
TElement - Type of the workflow element, i.e. a node or trigger.
All Superinterfaces:
IElementKeyProviding, IWorkflowElementWithDeserializedModel<TData,TElement>
All Known Implementing Classes:
ElementLocalValidationParams

public interface IElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity> extends IWorkflowElementWithDeserializedModel<TData,TElement>
Interface for the parameters that are passed to IElementHandler.validateLocal(IElementLocalValidationParams).
Since:
7.0.0
Author:
XIMA MEDIA GmbH