Interface WorkflowProcessInstance

    • Method Detail

      • getVariable

        java.lang.Object getVariable​(java.lang.String name)
        Returns the value of the variable with the given name. Note that only variables in the process-level scope will be searched. Returns null if the value of the variable is null or if the variable cannot be found.
        Parameters:
        name - the name of the variable
        Returns:
        the value of the variable, or null if it cannot be found
      • setVariable

        void setVariable​(java.lang.String name,
                         java.lang.Object value)