{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface CreateNotification}} ====createNotification (IProcess, String) ==== public INotification createNotification (IProcessparent, String notificationName) throws ServerTimeOutException, AccessDeniedException, ExecutionException; This method creates the specified notification. If there are any rules associated with the creation of the notification they are executed. ===Parameters=== |''notificationName''|the name of the notification to create (the notification with this name must be configured in the business space version)| ===Returns=== The instance of the created notification