All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.engine.impl.cmd.DeploymentSettings Maven / Gradle / Ivy

There is a newer version: 7.1.0.M6
Show newest version
package org.activiti.engine.impl.cmd;

/**
 * @author Joram Barrez
 */
public interface DeploymentSettings {

  String IS_BPMN20_XSD_VALIDATION_ENABLED = "isBpmn20XsdValidationEnabled";

  String IS_PROCESS_VALIDATION_ENABLED = "isProcessValidationEnabled";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy