Example #1
0
 protected internal virtual void ensureProcessDefinitionAndTenantIdNotSet()
 {
     if (!string.ReferenceEquals(processDefinitionId_Renamed, null) && isTenantIdSet)
     {
         throw LOG.exceptionCorrelateMessageWithProcessDefinitionAndTenantId();
     }
 }