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

ee.telekom.workflow.graph.el.ReservedVariables Maven / Gradle / Ivy

Go to download

Telekom-workflow-engine core provides the runtime environment for workflow execution together with all the supporting services (clustering, persistence, error handling etc).

There is a newer version: 1.6.3
Show newest version
package ee.telekom.workflow.graph.el;

/**
 * This interface lists the reserved variable names that have a special handling (as oppose to resolving from Environment) when evaluating an EL expression.
 * 
 * @author Erko Hansar
 */
public interface ReservedVariables{

    // evaluates to current Date
    String NOW = "NOW";

    // evaluates to current workflow instance id (ref_num) value
    String WORKFLOW_INSTANCE_ID = "WORKFLOW_INSTANCE_ID";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy