fun setPropagationBehaviorName(constantName: String): Unit
Set the propagation behavior by the name of the corresponding constant in TransactionDefinition, e.g. "PROPAGATION_REQUIRED".
constantName - name of the constant
IllegalArgumentException - if the supplied value is not resolvable to one of the PROPAGATION_ constants or is null