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

org.camunda.bpm.extension.keycloak.showcase.ProcessConstants Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package org.camunda.bpm.extension.keycloak.showcase;

public interface ProcessConstants {

	public static interface Variable {
		
		/** The name of the user to register. */
		public static String NAME = "name";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy