6061626364656667686970
if (processDefinition == null) { throw new ActivitiException("Cannot find process definition with id " + processDefinitionId); } processDefinition.deleteIdentityLink(userId, groupId); return null; } }
if (processDefinition == null) { throw new ActivitiObjectNotFoundException("Cannot find process definition with id " + processDefinitionId, ProcessDefinition.class); } processDefinition.deleteIdentityLink(userId, groupId); return null; } }