Interface WorkflowFilter


  • public interface WorkflowFilter
    The WorkflowFilter interface allows filter implementations that can be used to filter specific Workflows
    • Method Detail

      • doInclude

        boolean doInclude​(Workflow workflow)
        This method returns true if the given Workflow matches the filter criteria.
        Parameters:
        workflow - Workflow to check
        Returns:
        true if the given Workflow matches the filter criteria.