Interface VariableInstanceFactory<T extends CoreVariableInstance>

    • Method Detail

      • build

        T build​(String name,
                org.camunda.bpm.engine.variable.value.TypedValue value,
                boolean isTransient)