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

uk.co.mruoc.camunda.client.process.variable.StringVariable Maven / Gradle / Ivy

package uk.co.mruoc.camunda.client.process.variable;

public class StringVariable extends AbstractVariable {

    public StringVariable(String name, String value) {
        super(name, value, "string");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy