Interface WorkflowInstanceInputValidator

All Superinterfaces:
WorkflowInstanceExtension

public interface WorkflowInstanceInputValidator extends WorkflowInstanceExtension
Interface for implementing custom workflow instance input validators. WorkflowInstanceInputValidator provides a way to validate workflow inputs during workflow instance execution, with access to the workflow instance context and validator configuration.
Since:
1.0
See Also: